Skip to content

HarshDev1809/pocket-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

pocket-db

⚠️ Work in Progress β€” This package is currently under development.


pocket-db is a minimalist, file-system-based database for Node.js β€” designed to be simple, fast, and ideal for small-scale applications, CLIs, and local tools.

It lives on your disk, uses native fs operations under the hood, and keeps your data in plain JSON. No setup. No servers. Just grab-and-go persistence.


πŸ“¦ Why publish now?

This package is currently published to secure the name pocket-db on npm.
It is not yet ready for production and should be treated as a placeholder until development begins.


πŸ›£ Planned Features

  • βœ… Lightweight JSON-based data storage using fs
  • πŸ—‚οΈ Collection-style APIs (insert, find, update, delete)
  • πŸ”„ Atomic writes to prevent data corruption
  • 🧱 Simple schema-less documents
  • πŸ” Optional encryption (in future versions)
  • πŸš€ No external dependencies

πŸ›  Installation (for dev/testing only)

npm install pocket-db

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors