What is LiteDB?
Embedded NoSQL database for .NET.
An open source MongoDB-like database with zero configuration - mobile ready
LiteDB is a tool in the Databases category of a tech stack.
LiteDB is an open source tool with GitHub stars and GitHub forks. Here’s a link to LiteDB's open source repository on GitHub
Who uses LiteDB?
Developers
39 developers on StackShare have stated that they use LiteDB.
LiteDB Integrations
Pros of LiteDB
6
5
4
3
2
2
2
LiteDB's Features
- Standalone database
- Fast and lightweight
- Free for everyone, including commercial use
LiteDB Alternatives & Comparisons
What are some alternatives to LiteDB?
MongoDB
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
SQLite
SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file.
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
Realm
The Realm Mobile Platform is a next-generation data layer for applications. Realm is reactive, concurrent, and lightweight, allowing you to work with live, native objects.
Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.