SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider().
dotnet add package SQLitePCLRaw.core --version 3.0.3
Install-Package SQLitePCLRaw.core -Version 3.0.3
| 包名 | 版本要求 |
|---|---|
| System.Memory | [4.6.3, ) |
| 作者 | Eric Sink |
|---|---|
| 发布时间 | 2026-05-07 17:01:57 |
| 许可证 | https://www.nuget.org/packages/SQLitePCLRaw.core/3.0.3/license |