destbg
-
- 11,347 total downloads
- last updated 5/26/2026
- Latest version: 6.1.0
SQLite.Framework is a library that provides an ORM solution for SQLite databases. Includes JSON, JSONB and window function support. -
- 2,655 total downloads
- last updated 5/26/2026
- Latest version: 6.1.0
SQLite.Framework is a library that provides an ORM solution for SQLite databases. This package uses SQLCipher for encrypted database support. -
- 2,547 total downloads
- last updated 5/26/2026
- Latest version: 6.1.0
SQLite.Framework without a bundled SQLite provider. Use this when you want to supply your own SQLitePCLRaw provider. You are responsible for calling Batteries_V2.Init() before creating a database. -
- 2,539 total downloads
- last updated 5/26/2026
- Latest version: 6.1.0
SQLite.Framework is a library that provides an ORM solution for SQLite databases. This package ships its own SQLite binary, useful when the OS-provided SQLite is too old or unavailable. -
- 1,465 total downloads
- last updated 4/22/2026
- Latest version: 5.0.0-preview.1 (prerelease)
Adds JSON and JSONB query function support and JSON type converters to SQLite.Framework. -
-
- 1,392 total downloads
- last updated 5/26/2026
- Latest version: 6.1.0
Roslyn source generator that emits materializers for entities and Select projections used with SQLite.Framework. Avoids reflection for every public type the generator can see and makes queries AOT-safe. Opt in... More information -
-
- 1,338 total downloads
- last updated 5/26/2026
- Latest version: 6.1.0
Adds `AddSQLiteDatabase` extension methods that register `SQLiteDatabase` (and subclasses) into a `Microsoft.Extensions.DependencyInjection` service collection, matching the pattern used by... More information -
- 1,002 total downloads
- last updated 4/22/2026
- Latest version: 5.0.0-preview.1 (prerelease)
Adds SQLite window function support to SQLite.Framework LINQ queries.