Releases: praeclarum/sqlite-net
v1.9 with .NET 8 Support
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!
Faster, Better, Stronger
- Support for
ValueTuples
- Fast column setters
- Support IL2CPP
- New
sqlite-net-static
nuget that uses P/Invokes - Lots of other bug fixes and improvements
.NET Standard 2.0 and Async Fixes
v1.7.335 Fix formatting
API Fixes
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 and SQLCipher Support
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.
Improved .NET Standard Support
This fixes the nuget to not require the download of all the .NET Standard libraries when adding this package to your project.
Reflection Improvements
This version removes the requirement that types be RuntimeTypes
and also enabled the use of IReflectableType
.
Bug fixes and improvements ;-)
v1.3.2 Fix doc comments
Switch to .NET Standard
v1.3.0 Release 1.3.0 with .NET Standard
Update SQLite raw
This changes the init call to SQLite raw to make it easier to control which SQLite provider is used.