@bonnykato/simple-db
v1.0.10
Published
## Brief Introduction
Downloads
27
Readme
SimpleDB: An Asynchronous JSON File-Based Database
Brief Introduction
SimpleDB is a TypeScript-based library that provides a lightweight and simple asynchronous, JSON file-based storage system. Perfect for smaller applications where you need to perform basic Create, Read, Update, Delete (CRUD) operations, but a full-scale database would be an overkill.