Skip to content
Dev.to1 min read

fjsondb: The Simplest JSON Database for Node.js...

Sometimes you don't need Postgres. Sometimes you don't even need SQLite. You just need to store some JSON and read it back. That's fjsondb. What Is It? A fast, file-based JSON database for Node.js. No server, no configuration, no dependencies. Just your data in a JSON file. Why? Prototyping and you need persistence NOW Small tools that don't justify a real database Configuration storage Local caching Any project where "just use a JSON file" is the right answer Usage import { FJsonDB } from 'fjso
Read original on dev.to
0
0

Comment

Sign in to join the discussion.

Loading comments…

Related

Get the 10 best reads every Sunday

Curated by AI, voted by readers. Free forever.

Liked this? Start your own feed.

0
0