catdb
v0.0.1
Published
A simple Database to store simple data
Downloads
2
Readme
Cat DB
A Simple Database for Simple data
About
Cat DB was built to be a simpler version of MongoDB. This was mainly because MongoDB was very large and you don't need many of the things in it, with a very small project. When you run your file, Cat DB will store your data in a JSON file and then you can select it. You create this file by using a simple command that is provided by our bin. Please, read on or go to the website to learn how to use it.
Installation
npm: npm install --save-dev catdb
bower: bower install catdb
Updates
- Basic Use of Storing Data
- You will be able to query the data soon