LiteDB icon
LiteDB icon

LiteDB

 1 like

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

License model

  • FreeOpen Source

Country of Origin

  • BR flagBrazil

Platforms

  • Windows
  No rating
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

    49 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  8,973 Stars
  •  1,285 Forks
  •  744 Open Issues
  •   Updated Dec 10, 2024 
View on GitHub

Our users have written 0 comments and reviews about LiteDB, and it has gotten 1 likes

LiteDB was added to AlternativeTo by ryno9341 on May 31, 2025 and this page was last updated May 31, 2025.
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