96 packages tagged with “litedb”
Lightweight, persisted, thread safe, (optionally) transactional, FIFO queue built on LiteDB.
Serilog event sink that writes to LiteDb database
LiteDB storage implementation for Hangfire (background job system for ASP.NET applications).
The LiteDB sink for Serilog
A simple local caching provider based on LiteDB
An embedded SQL database in one .dll which requires no configuration, supports standard ANSI SQL 89 and 92. It is reliable, fast and free, works with both on disk and in-memory sql database engines. Complete database management system in one file (.dll assembly) uses B-Tree indexes with one database file per schema and ability to add multiple database schema files either on disk or in memory . UTF 8 based encoding complete globalization support, entire database or column can be encrypted using AES 256-bit encryption. Store right to left or left to right language character sets. Same database file format for Windows, Linux, Mac, Android, iOS and ASP.NET.
Advanced F# Support for LiteDB (v4.x) with query construction through quotation expressions
This package adds the LiteDB data store layer to the Redakt Framework.
An embedded SQL database which requires zero configuration, supports standard ANSI SQL 89 and 92. It is reliable, fast and free, works with both on disk and in-memory sql database engines. Complete database management system in one file (.dll assembly) uses B-Tree indexes with one database file per schema and ability to add multiple database schema files either on disk or in memory . UTF 8 based encoding complete globalization support, entire database or column can be encrypted using AES 256-bit encryption. Store right to left or left to right language character sets. Same database file format for Windows, Linux, Mac, Android, iOS and ASP.NET.
LiteDB serialization support for the object-oriented enumeration.
这是一个LiteDB的二次封装,可以很方便的增删改查,无需提前建库,建表,安装就能快速上手使用。 用惯了SQL的开发人员,一下使用NOSQL,可能不太适应,所以本库支持SQL语句增删改查,到达SQL语句对LiteDB进行数据操作。 详细使用请见包自述文件 或https://www.cnblogs.com/zzwen/p/17351036.html This is a secondary package of LiteDB, can be very convenient to add, delete, modify and check, no need to build libraries in advance, build tables, installation can quickly start to use. Developers who are used to SQL may not be comfortable with NOSQL, so this library supports SQL statements to add, delete, modify and check, arrive at SQL statements for data operations on LiteDB See the package readme for detailed usage Key-Value操作,常用于配置信息 string key = "test"; var v = DateTime.Now; //保存 var result = testdb.SaveKeyValue(key, v); //判断是否存在 bool isExists= testdb.KeyValueExists(key) //获取 var getv = testdb.GetKeyValue<DateTime>(key); //删除 bool ok= testdb.DelKeyValue(key)
LiteDB accelerator library
An IQueryable wrapper implementation for LiteDB with additional async extensions.
A libary that provides serializer support for LiteDB spatial types.
LiteDB是一个小型的.NET平台开源的NoSQL类型的轻量级文件数据库。特点是小和快,dll文件只有200K大小,而且支持LINQ和命令行操作,数据库是一个单一文件,类似Sqlite。为CAP存储了本地文件的NoSQL存储方式, 示例请参见 Sample.LiteDB.InMemory
A LiteDB repository implementation.
A LiteDB provider for ASP.NET Core Identity framework
IDistributedCache implementation for LiteDB
A .NET Standard library that allows ExtendableEnums to be used with LiteDB
A module that enables LiteDB persistence.
LiteDB transport for https://github.com/blehnen/DotNetWorkQueue
A library which provides the ability to migrate models in LiteDB
A libary that provides serializer support for LiteDB for strongly-typed IDs.
A libary that provides serializer support for LiteDB for value objects.
ASP.NET Core Identity implementation for LiteDB database engine.
Infrastructure for integrating the Holotrek's Core with the No-SQL library LiteDB.
my useful LiteDB extension methods.
F# Event Store for Lite DB
A simple helper class library for LiteDB