Skip to content

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

License

Notifications You must be signed in to change notification settings

rhubarb-geek-nz/SQLiteConnection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks