MongoDB
LiteDB
MongoDB | LiteDB | |
---|---|---|
281 | 11 | |
26,450 | 8,666 | |
0.6% | 1.1% | |
10.0 | 8.6 | |
5 days ago | 4 days ago | |
C++ | C# | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MongoDB
-
10 web scraping challenges (+ solutions) in 2025
For larger datasets or ongoing scraping, cloud-based solutions like MongoDB, Amazon S3 or Apify Storage become necessary. They’re designed to handle large volumes of data and offer quick querying capabilities.
-
How to Create a RESTful API with Node.js: A Step-by-Step Guide
MongoDB: Set up a MongoDB database (you can use MongoDB Atlas for a cloud-based option).
-
Zero to Hero: Building a Full-Stack App with PropelAuth, Vite, Typescript, Express, and MongoDB
If you don’t have an account, you can sign up for a free account at the MongoDB site. Create an organization and customize the name for your purposes, but we will be calling it My-Project for this example.
-
Building a Scalable URL Shortener with Node.js (Part 1/2)
MongoDB: A NoSQL database for storing original URLs.
- Unlocking the Power of JSON Patch
-
100+ Must-Have Web Development Resources
MongoDB: A distributed file storage database.
-
The main steps I follow when kicking off Node.js projects
Frequently, I consider MongoDB, especially the serverless version. It’s a robust database that benefits from the relational model and is a powerful NoSQL database with many features that most storages don’t provide.
-
The Home Server Journey - 5: Rebuilding Burned Bridges
(At first we're using a PostgreSQL image from the official DockerHub repository, but different databases such as MySQL/MariaDB or MongoDB will follow a similar pattern)
-
Integration tests on Symfony with Testcontainers
My first contact with Testcontainers was in a project in Golang and I liked so much the facility of provisioning MongoDB container to do the repository tests and after that, I decided to do same thing in my personal project in PHP using Symfony Framework.
-
Best Databases for Next.js Applications
3. MongoDB
LiteDB
-
Local migrations for embedded SQLite in F#
Personally, I used to use LiteDB which is a NoSQL version which in v4 paired very nicely with F# thanks to Zaid's lovely LiteDB.FSharp library. Sadly, when v5 showed up, a lot of the F# niceties were lost given how the API was changed and v5 was not very F# friendly. You can still use it of course but you fall back to more unsafe F# code which is not ideal.
-
Generic DB with minimal boilerplate code
Maybe you want LiteDB? I don't think you need to write SQL, you can interact with the API.
-
Yet another embedded DB (kind of)
Are you aware of LiteDB? It seems like your project is going for a very similar niche. Most people looking for this type of thing will probably go for the more mature and feature-rich solution (LiteDB). So if your project has some unique value proposition to distinguish it from LiteDB, you should elaborate on that.
-
How to introduce a queue for my API.
Please consider using the primary key to generate an unique value on the db side.
-
Unity MVVM
LiteDB
-
LiteDB: A .NET embedded NoSQL database
Before checking this out, people might want to take a look through the issues and pull requests of which there are 500+ and 50+ respectively [1]. I was really optimistic about this project and it was headed in a great direction, but it's not in a production ready state, and it seems that the main guy behind it has decided to move onto other things. It's been about a year since there was any significant activity.
I just mention this because a lot of these little issues might only become more apparent after integrating the db into your project and so it can be a bit annoying. I ended up swapping to Linq2DB [1]. It's something, more or less, similar offering an ORM/LINQ type system as well as the ability to also use direct SQL if desired. But the neat thing is that it also uses a standardized API for the LINQ query language, so you can do things like swap from SQLite to PostgreSQL in one* line of code, so long as you're not using any provider specific extensions.
[1] - https://github.com/mbdavid/LiteDB
[2] - https://github.com/linq2db/linq2db
-
What sort of mature, open-source libraries do you feel Rust should have but currently lacks?
A mature NoSQL embedded/flatfile database like LiteDB would be nice. There are some similar Rust libraries but they aren't very close to production ready and the API tends to not be too user friendly. I had trouble finding one of these for a small app I had to write recently.
What are some alternatives?
mongo-express - Web-based MongoDB admin interface, written with Node.js and express
RavenDB - ACID Document Database
Marten - .NET Transactional Document DB and Event Store on PostgreSQL
Realm Xamarin - Realm is a mobile database: a replacement for SQLite & ORMs
LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Apache Ignite - Apache Ignite
SQLAlchemy - The Database Toolkit for Python
DBreeze - C# .NET NOSQL ( key value store embedded ) ACID multi-paradigm database management system.
Event Store - EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
SqlKata Query Builder - SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Yessql - A .NET document database working on any RDBMS