Jsn Base (JSON Base)
Jsn Base is a database, similar to sqlite. It supports reading and writing.
Usage
Add this crate to your Cargo.toml file:
[]
= "0.1.0"
use ;
use ;
Features
-
Modal.load(): Load previous state of data. -
Modal.create(payload): Create a new record. -
Modal.create(payloads): Create many new record. -
Modal.save(): Save the current state of data. -
Modal.get(fn): Get a single item. -
Modal.gets(fn): Get many item. -
Modal.remove(fn): Remove a sigle item. -
Modal.removes(fn): Remove many item.
Contributing
Contributions are welcome! I would like you to contribute in this project.
Roadmap
This project is in its early stages, and there are many missing features that need implementation. Check the Issues section for a list of features, enhancements, and bug fixes that are planned.
License
This project is licensed under the MIT License - see the LICENSE file for details.