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

This project builds SQLite.Interop.dll as platform specific binaries for Windows (incl. Windows on ARM/ARM64).

License

Notifications You must be signed in to change notification settings

jhochwald/SQLite.Interop-win

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project builds SQLite.Interop.dll as platform specific binaries for Windows (incl. Windows on ARM/ARM64).

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • PowerShell 72.1%
  • Makefile 24.6%
  • C# 3.3%