crystaldb
v1.2.7
Published
A simple JSON Database System, meant for smaller applications.
Downloads
3
Maintainers
Readme
CrystalDB
This is the official repository for the CrystalDB Node.js Module. CrystalDB is a Node.js module. This module is a NoSQL, JSON Database System. This system works similarly to other JSON Document Systems, but is boiled down, for simpler projects, where large database systems are not required. This system does all of the computing, and storing in the module, so all you have to do, is simply pass through, the file ID, and the data.
Official Documentation
Official Documentation can be found at https://crystaldb.js.org. This documentation will be the most up to date.
Bugs & Feature Requests
Please report any bugs, issues or feature requests here https://github.com/ErikMCM/CrystalDB/issues.
Licensing
All code is open sourced, and covered by a Standard MIT License. CrystalDB's license can be found here https://github.com/ErikMCM/CrystalDB/blob/master/LICENSE.