Very simple PowerShell
module for creating a connection to an SQLite
database.
Use dotnet
to build the module directory.
dotnet publish SQLiteConnection.csproj --configuration Release
The SQLite
runtime comes from rhubarb-geek-nz/SQLite.Core.NetStandard. This provides native binaries for multiple platforms and architectures.
Install by copying into a directory on the PSModulePath
Test the package with test.ps1
, this uses sqlite3
to create the initial database.
CONTENT
-------
Hello World
Packaging script uses Export-PowerShellDataFile to format the manifest file.