SQLite.NET ADO.NET wrapper around the popular (and free!) SQLite database engine. For information on SQL syntax, features of SQLite and a good understanding of how it works and what it does, I highly recommend heading over to sqlite.org and reading
sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in [http://www.sqlite.org SQLite 3 databases]. It is written in C# and is meant to be simply compiled in with your projects. It was first designed to wor
SQLite.NET.chm 2020.02最新版 英文版
Version History
1.0.112.0 - October 28, 2019
Updated to SQLite 3.30.1.
Add preliminary support for .NET Core 3.0 and the .NET Standard 2.1. Pursuant to [ce75d320d0].
Updated to Entity Framework 6.3.0.
Add suppor