bro.db
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bro.db

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

7.07 kB

Total Files

4

Last publish

Collaborators

  • polyer