0.0.4 • Published 1 year ago

polyconjs v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

PolyConJS

A node JS lib to talk with PolygonDB simply Example basic use

const ploycon = require('polyconjs');

const db = new ploycon("localhost:8000","Better_Password");

main()
async function main(){
    await db.open()
    console.log(await db.getschema('ExampleDB'))
}

Read our WIKI for all functions and usage

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago