| CARVIEW |
Select Language
HTTP/1.1 302 Moved Temporarily
Location: https://system.data.sqlite.org/home/doc/trunk/www/index.md
Cache-control: no-cache
X-Frame-Options: SAMEORIGIN
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Vary: Accept-Encoding
Content-length: 114
HTTP/1.1 200 OK
Cache-control: no-cache
Content-Security-Policy: default-src 'self' data:; script-src 'self' 'nonce-925bc430d17b67190a6d1fb4c2300ae443fd4048f0429588'; style-src 'self' 'unsafe-inline'; img-src * data:
X-Frame-Options: SAMEORIGIN
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Vary: Accept-Encoding
Content-length: 8234
System.Data.SQLite: About
System.Data.SQLite
AboutSystem.Data.SQLite is an ADO.NET provider for SQLite.
How to use this library
System.Data.SQLite is available on nuget.org. Typical usage would involve adding two packages, one for System.Data.SQLite, and one containing a native built of SQLite. For example:
<ItemGroup>
<PackageReference id="System.Data.SQLite" version="2.0.1"/>
<PackageReference id="SourceGear.sqlite3" version="3.50.4.1"/>
</ItemGroup>