LiteDB icon
LiteDB icon

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 screenshot 1

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Windows
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Relational Database

 Tags

LiteDB News & Activities

Highlights All activities

Recent activities

Show all activities

LiteDB information

  • Developed by

    BR flaglitedb-org
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    50 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  9,281 Stars
  •  1,311 Forks
  •  745 Open Issues
  •   Updated  
View on GitHub
LiteDB was added to AlternativeTo by ryno9341 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

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.

Official Links