You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Use one of these packages:
9
9
| ------- | ------- | ----------- |
10
10
|[](https://www.nuget.org/packages/sqlite-net-pcl)|[sqlite-net-pcl](https://www.nuget.org/packages/sqlite-net-pcl)| .NET Standard Library |
11
11
|[](https://www.nuget.org/packages/sqlite-net-sqlcipher)|[sqlite-net-sqlcipher](https://www.nuget.org/packages/sqlite-net-sqlcipher)| With Encryption Support |
12
+
|[](https://www.nuget.org/packages/sqlite-net-static)|[sqlite-net-static](https://www.nuget.org/packages/sqlite-net-static)| Special version that uses P/Invokes to platform-provided sqlite3 |
12
13
13
14
SQLite-net is an open source, minimal library to allow .NET, .NET Core, and Mono applications to store data in
14
15
[SQLite 3 databases](http://www.sqlite.org). It was first designed to work with [Xamarin.iOS](http://xamarin.com),
0 commit comments