1.2.0 • Published 2 years ago

catodb v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

CatoDB Client

Usage

Step 1

npm i catodb

Step 2

create a new js file and requrie the module

const catodb = require('catodb')

Step 3

Add your DB connection the fisrt peram being the DB connection and the second one being the key

var db = new catodb('ws://localhost:4020', 'CatoDB')

Step 4

Create a main async funtion and connect to your DB

main()
async function main(){
    try{
await db.open()
    }catch(error){
        console.log(error)
    }
db.close
}

Done!

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago