yarn add skytable-nodeconst{ 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()This driver is distributed under the Apache-2.0 License.