Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 1.57 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.57 KB

SQLite.Interop Packaging

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.

Requirements

License

These scripts are licensed using GPLv3. SQLite is public domain.

Please note

See also SQLite and .NET RID Catalog.

Why this fork?

This public fork exists for only two reasons:

And because I want to update to the newer version.