

LiteDB
LiteDB is an open-source, MongoDB-like database that requires no configuration and is mobile-ready. It's a serverless database delivered in a single DLL under 450kb, fully written in .NET C# managed code and compatible with .NET 4.5 and NETStandard 2.0.
LiteDB News & Activities
Recent activities
- ryno9341 added Relational Database as a feature to LiteDB
- Maoholguin updated LiteDB
- ryno9341 added LiteDB
- ryno9341 liked LiteDB
- ryno9341 added LiteDB as alternative to PostgreSQL, SQLite, MySQL Community Edition and MariaDB
LiteDB information
What is LiteDB?
LiteDB is an open-source, MongoDB-like database that requires no configuration and is mobile-ready. It's a serverless database delivered in a single DLL under 450kb, fully written in .NET C# managed code and compatible with .NET 4.5 and NETStandard 2.0. You can install it via NuGet or by copying the DLL to your bin project folder.
LiteDB is a fast and lightweight NoSQL database solution, ideal for mobile apps, desktop applications, web applications, and more. It supports portable UWP and Xamarin iOS/Android, ACID transactions, single datafile like SQLite, and recovery data in writing failure. It allows mapping your POCO class to BsonDocument, custom mapping through Fluent API, cross collections references, and storing files and streaming data. It also supports LINQ query and is free for all users, including commercial use.




