Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : sqlnado

SQLNado (SQLite Not ADO) is a .NET lightweight bloat free object persistence framework based on SQLite. SQLNado supports all of SQLite features when using SQL commands, and also supports most of SQLite features through .NET: * Automatic class-to-table mapping (Save, Delete, Load, LoadAll, LoadByPrimaryKey, LoadByForeignKey, etc.) * Automatic synchronization of schema (tables, columns) between classes and existing table * Designed for thread-safe operations * Where and OrderBy LINQ/IQueryable .NET expressions are supported (work is still in progress in this area), also with collation support * SQLite database schema (tables, columns, etc.) exposed to .NET * SQLite custom functions can be written in .NET * SQLite incremental BLOB I/O is exposed as a .NET Stream to avoid high memory consumption * SQLite collation support, including the possibility to add custom collations using .NET code * SQLite Full Text Search engine (FTS3/4) support, including the possibility to add custom FTS3 tokenizers using .NET code * Automatic support for Windows 'winsqlite3.dll' to avoid shipping any binary file (supported on azure web apps).

Registry - Homepage - JSON
purl: pkg:nuget/sqlnado
Keywords: SQLite, c#, .net, SQL, winsqlite, azure, csharp, netcore, netframework, netstandard20, sqlite
License: MIT
Latest release: 9 months ago
First release: over 5 years ago
Downloads: 9,395 total
Stars: 25 on GitHub
Forks: 9 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago

    Loading...
    Readme
    Loading...