berryDB
=======
![logo](http://yhzheng.com/logo-min.png)

Description
-----------
This is database tool.

+ _This is a database._
+ _All said that the berry is sweet and delicious,but this db is "sweet and delicious" too._
+ _It's small, convenient and quick._
+ _Compared to other databases,this is simple,though.But it is security too._
+ _Use this, you will be very comfortable._
+ _This includes the idea of relational database,and the design concept of relational database._


Philosophy
----------
We use a thought:__KWS__(_the Key Word Storage_).

Usage
-----
After download in your file,write:
```js
// require berry
var berry = require("berry-database");
```
Can use this module.

Create
-------
How to create a database?<br/>
It's so easy.<br/>
We need use a command line tool:`berry-tool`
### How to use?
#### Method 1.Download with yarn
`$:npm install berry-tool -g`
#### Method 2.Download with yarn
`$:yarn add berry-tool -g`
#### Method 3.Use `$:npm link`
`$:cd berry-database/tool && npm link`
### How to create?
`$:berry -c db xx`_#Create database_<br/>
`$:berry -c tab xx -d xx`_#Create table in xx database_<br/>
`$:berry -c arr xx -d xx`_#Create array in xx database_<br/>
`$:berry -c arr xx -d xx`_#Create note in xx database_<br/>
`$:berry -i xx -d xx -v xx,xx`_#Init table in xx database_<br/>


License
-------
___ISC___
