- Added assembly for ARM64 on Windows.
- Added new sample database
ProcessData.dbto thesamplesfolder.
- Updated
Import-MySqliteDBandExport-MySqliteDBto better handle importing exported databases. Breaking changes as the export process creates a different JSON file. - Changed
Write-Verbosecommands to 'Write-Debug` in private helper functions. - Revised the PRAGMA query
Get-MySqliteDBto get all database information in a single query. - Updated
Get-MySqliteDBto display missing database information and extended the custom object to include a few more properties. - Updated verbose messaging.
- Updated online help links.
- Updated
README.md.