LiteDB 4.0.0
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package LiteDB -Version 4.0.0
dotnet add package LiteDB --version 4.0.0
paket add LiteDB --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LiteDB - .NET NoSQL database
LiteDB is a small, fast and lightweight NoSQL embedded database.
- Serverless NoSQL Document Store
- Simple API similar to MongoDB
- 100% C# code for .NET 3.5 / .NET 4.0 / NETStandard 1.3 / NETStandard 2.0 in a single DLL (less than 300kb)
- Thread safe and process safe
- ACID in document/operation level
- Data recovery after write failure (journal mode)
- Datafile encryption using DES (AES) cryptography
- Map your POCO classes to
BsonDocument
using attributes or fluent mapper API - Store files and stream data (like GridFS in MongoDB)
- Single data file storage (like SQLite)
- Index document fields for fast search (up to 16 indexes per collection)
- LINQ support for queries
- Shell command line - try this online version
- Pretty fast - compare results with SQLite here
- Open source and free for everyone - including commercial use
Documentation & Examples
Visit the Wiki for full documentation. For simplified chinese version, check here.
Where to use?
- Desktop/local small applications
- Application file format
- Small web applications
- One database per account/user data store
- Few concurrent write operations
License
Copyright (c) 2017 - MaurĂcio David
LiteDB - .NET NoSQL database
LiteDB is a small, fast and lightweight NoSQL embedded database.
- Serverless NoSQL Document Store
- Simple API similar to MongoDB
- 100% C# code for .NET 3.5 / .NET 4.0 / NETStandard 1.3 / NETStandard 2.0 in a single DLL (less than 300kb)
- Thread safe and process safe
- ACID in document/operation level
- Data recovery after write failure (journal mode)
- Datafile encryption using DES (AES) cryptography
- Map your POCO classes to
BsonDocument
using attributes or fluent mapper API - Store files and stream data (like GridFS in MongoDB)
- Single data file storage (like SQLite)
- Index document fields for fast search (up to 16 indexes per collection)
- LINQ support for queries
- Shell command line - try this online version
- Pretty fast - compare results with SQLite here
- Open source and free for everyone - including commercial use
Documentation & Examples
Visit the Wiki for full documentation. For simplified chinese version, check here.
Where to use?
- Desktop/local small applications
- Application file format
- Small web applications
- One database per account/user data store
- Few concurrent write operations
License
Copyright (c) 2017 - MaurĂcio David
Dependencies
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Reflection (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Threading.Thread (>= 4.0.0)
-
.NETStandard 2.0
- System.Reflection (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Threading.Thread (>= 4.0.0)
Version History
Version | Downloads | Last updated | |
---|---|---|---|
4.1.4 | 109,775 | 6/11/2018 | |
4.1.3 | 14,411 | 5/28/2018 | |
4.1.2 | 58,244 | 3/11/2018 | |
4.1.1 | 34,615 | 1/8/2018 | |
4.1.0 | 11,440 | 12/17/2017 | |
4.0.0 | 32,010 | 10/18/2017 | |
4.0.0-beta2 | 1,076 | 10/2/2017 | |
4.0.0-beta1 | 6,787 | 8/28/2017 | |
3.1.5 | 567 | 3/17/2018 | |
3.1.4 | 76,926 | 8/16/2017 | |
3.1.3 | 1,963 | 8/13/2017 | |
3.1.2 | 1,977 | 8/4/2017 | |
3.1.1 | 11,701 | 6/8/2017 | |
3.1.0 | 40,483 | 3/11/2017 | |
3.0.1 | 5,368 | 2/15/2017 | |
3.0.0 | 10,768 | 1/20/2017 | |
3.0.0-beta3 | 946 | 12/25/2016 | |
3.0.0-beta2 | 1,556 | 11/27/2016 | |
3.0.0-beta | 355 | 11/20/2016 | |
2.0.4 | 36,414 | 11/7/2016 | |
2.0.2 | 10,541 | 8/25/2016 | |
2.0.1 | 933 | 8/22/2016 | |
2.0.0 | 2,748 | 7/31/2016 | |
2.0.0-rc2 | 426 | 7/20/2016 | |
2.0.0-rc | 14,474 | 12/24/2015 | |
2.0.0-beta | 360 | 11/20/2015 | |
1.0.5 | 1,408 | 7/23/2016 | |
1.0.4 | 8,404 | 10/26/2015 | |
1.0.3 | 1,678 | 9/6/2015 | |
1.0.2 | 2,228 | 5/17/2015 | |
1.0.1 | 364 | 5/11/2015 | |
1.0.0 | 753 | 3/28/2015 | |
0.9.0 | 774 | 2/5/2015 | |
0.8.0 | 402 | 1/31/2015 | |
0.6.0 | 454 | 1/20/2015 | |
0.5.0 | 499 | 8/25/2014 |