SaaSHub helps you find the best software and product alternatives Learn more →
Lowdb Alternatives
Similar projects and alternatives to Lowdb
-
supabase
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
Nodemon.io
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
zap-db
An easy to use JSON database written with ease of setup and memory management of slack bots in mind.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Lowdb discussion
Lowdb reviews and mentions
- 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.
-
Part 3: Creating an embeddable chat widget
I did want something performant so that I would (hopefully) not run into issues when there are around 100-ish clients connected at the same time. I looked at low-db for a while but did not like that it would JSON.stringify my whole database on every change, which could become a problem when it becomes to big.
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Mar 2025
Stats
typicode/lowdb is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Lowdb is JavaScript.