destbg
-
- 20,951 total downloads
- last updated 9/10/2026
- Latest version: 7.1.1
SQLite.Framework is a library that provides an ORM solution for SQLite databases. Includes JSON, JSONB and window function support. -
- 4,713 total downloads
- last updated 9/10/2026
- Latest version: 7.1.1
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. -
- 4,678 total downloads
- last updated 9/10/2026
- Latest version: 7.1.1
SQLite.Framework is a library that provides an ORM solution for SQLite databases. This package uses SQLCipher for encrypted database support. -
- 4,565 total downloads
- last updated 9/10/2026
- Latest version: 7.1.1
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. -
-
- 3,621 total downloads
- last updated 9/10/2026
- Latest version: 7.1.1
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 -
-
- 3,461 total downloads
- last updated 9/10/2026
- Latest version: 7.1.1
Adds `AddSQLiteDatabase` extension methods that register `SQLiteDatabase` (and subclasses) into a `Microsoft.Extensions.DependencyInjection` service collection, matching the pattern used by... More information -
- Deprecated
- 2,086 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. -
- Deprecated
- 1,460 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.