5.0.3 • Published 1 year ago

sql.db v5.0.3

Weekly downloads
-
License
CC BY-NC-ND 4.0
Repository
-
Last release
1 year ago

What is sql.db ?

Installation

  • You need to install the package on your project
npm install sql.db
yarn add sql.db
pnpm add sql.db

Example File

fbcli

How To Use

 db.set('path','key','value');// to set a data to database.
 db.get("path",'key');// to get the data by key.
 db.remove("path",'key');// to delete key from database.
 db.has("path",'key','value');// return "true" or "false".

 **new** 
 db.push('key', 'value');// to push a data at the end.
 db.unpush('key', 'value');// to ubush a data at the end.
 db.fuze('test.json','new-key-name','key1','key2')

 db.all();// to get all data in database.
 db.resetart();// to delete all data and database.

Contact

5.0.3

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

4.0.0

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago