database-js
Common Database Interface for Node (by mlaanderson)
Lowdb
Simple and fast JSON database (by typicode)
database-js | Lowdb | |
---|---|---|
- | 29 | |
76 | 22,109 | |
- | 0.0% | |
2.0 | 6.0 | |
about 1 year ago | about 1 year ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
database-js
Posts with mentions or reviews of database-js.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning database-js yet.
Tracking mentions began in Dec 2020.
Lowdb
Posts with mentions or reviews of Lowdb.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-18.
-
Enhancing the VS Code Agent Mode to integrate with Local tools using Model Context Protocol (MCP)
LowDB Documentation
- Lowdb: Simple and Fast JSON Database
-
Database recommendations for small website
https://github.com/typicode/lowdb is a cool option.
- How to show CRUD projects on Github?
-
go-store: Lightweight embedded database in pure Go inspired by Lowdb
I just finished the first stable version of go-store, a lightweight embeeded database written in pure Go. It was heavily inspired by lowdb. The motivation was that I needed something simple to store information for another project and that I wanted to try out Go's generics.
-
Best Simple Javascript database to replace local storage?
https://jsondb.io/ or https://github.com/typicode/lowdb
-
Intercept and inspect http requests with reqon
By default, requests are stored locally in a JSON file with the help of LowDB.
- NodeJs temporal database (like an audit log or git)
-
Creating a NoSQL database from scratch
For 1: Don't.* For 2: You're looking for a cache. I've published an OS npm module. Looking at the code might help: https://github.com/tq-bit/qache/blob/master/src/Cache.ts For 3: Maybe the code of lowdb can point you in the right direction: https://github.com/typicode/lowdb/tree/main/src
-
I could use design advice
Another thing you might consider is literally using the filesystem as a database. There are plenty of vanillla ways to simply read/write to JSON or you could even use a JSON based db github.com/typicode/lowdb again you don't need to think about it as a db your just handling JS objects.
What are some alternatives?
When comparing database-js and Lowdb you can also consider the following projects:
@databases - TypeScript clients for databases that prevent SQL Injection
NeDB - The JavaScript Database, for Node.js, nw.js, electron and the browser
Finale - Create flexible REST endpoints and controllers from Sequelize models in your Express app
Keyv - Simple key-value storage with support for multiple backends
hjson-js - Hjson for JavaScript