Skip to content

Repository files navigation

skytable-node: Skytable driver for NodeJS

Getting started

yarn add skytable-node

Example

const{ Config, Query }=require('skytable-node');constcfg=newConfig("root","password");asyncfunctionmain(){letdb;try{db=awaitcfg.connect();console.log(awaitdb.query(newQuery("sysctl report status")));}catch(e){console.error(e);process.exit(1);}finally{if(db){awaitdb.disconnect();}}}main()

License

This driver is distributed under the Apache-2.0 License.

Releases

Packages

Used by

Contributors

Languages