Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 922 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 922 Bytes

SQLiteConnection

Very simple PowerShell module for creating a connection to an SQLite database.

Build

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

Install by copying into a directory on the PSModulePath

Test

Test the package with test.ps1, this uses sqlite3 to create the initial database.


CONTENT
-------
Hello World

Notes

Packaging script uses Export-PowerShellDataFile to format the manifest file.