1.1.1 • Published 10 months ago

bro.db v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

What is bro.db ?

  • It is a easy and quick storage unit that relies on objects to store data in JSON format

Installation

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

Usage

 // How To Create Data 
 db.create(data)
 // Hot To Get Data
 db.findOne() // to Get The first result
 db.findMany() // to Get All results

 Filters:
  $ne
  $eq
  $gt
  $lt
  $gte
  $has
  $in

License

1.1.1

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago