SQLitePCLRaw.provider.e_sqlite3 (2.1.4)
Published 2023-05-05 11:39:02 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 2.1.4 SQLitePCLRaw.provider.e_sqlite3
About this package
SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'e_sqlite3', the SQLite builds provided with SQLitePCLRaw.
Dependencies
ID | Version | Target Framework |
---|---|---|
SQLitePCLRaw.core | 2.1.4 | .NETStandard2.0 |
SQLitePCLRaw.core | 2.1.4 | net6.0 |
SQLitePCLRaw.core | 2.1.4 | net6.0-windows7.0 |