JsonDB is now using the concept of async/await for all its calls since we read from the database file on demand and depending on how the database is configured, we might write at each push. The module stores the data using JavaScript Object directly into a JSON file. You can easily traverse the data to directly reach the desired property using the DataPath. The principle of DataPath is the same as XMLPath.
Features
- Simple "database" that uses JSON file for Node.JS
- TypeScript Support
- You can access the information stored in arrays and manipulate them
- JsonDB is now using the concept of async/await for all its calls
- Every method is now asynchronous
- The module stores the data using JavaScript Object directly into a JSON file
License
MIT LicenseFollow JsonDB
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JsonDB!