This project builds SQLite.Interop.dll as platform specific binaries for win-arm
, win-arm64
, win-x86
and win-x64
.
The package.ps1
script will build from the versioned source for System.Data.SQLite. See script for URL and SHA256.
The test.ps1
script will use both sqlite3
and dotnet
to perform a test of the binary dll. test.csproj
uses the NuGet System.Data.SQLite.Core to compile. test.ps1
uses Precompiled Binaries for the .NET Standard 2.0 to execute.
- Visual Studio 2022, Community Edition is sufficient
- PowerShell, tested with 7.3.9
- .NET 6.0, full SDK required
These scripts are licensed using GPLv3. SQLite is public domain.
See also SQLite and .NET RID Catalog.
This public fork exists for only two reasons:
- I mentioned my patch/changes here: Help Needed: Non-Windows Platform Support #21
- To align with the GPLv3.
And because I want to update to the newer version.