Fixes the reference to SQLite Raw to work on modern versions of .NET.
This is still a netstandard2.0 library so will continue working in all the previous environments too!
Unclaimed project
Are you a maintainer of sqlite-net? Claim this project to take control of your public changelog and roadmap.
Changelog
Simple, powerful, cross-platform SQLite client and ORM for .NET
Fixes the reference to SQLite Raw to work on modern versions of .NET.
This is still a netstandard2.0 library so will continue working in all the previous environments too!
ValueTuplessqlite-net-static nuget that uses P/InvokesRelease v1.7.335
The constructor of SQLiteConnection has always been wild, but I accidentally broke it in v1.5.
Now more options can be specified in the ConnectionString to decrease the number of parameters.
This version fixes also fixes some async bugs.
WAL is now enabled by default to improve the performance of concurrent accesses to the database.
A new sqlite-net-sqlcipher package is now included to make create encrypted databases easy.