skytable.js
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

skytable.js

Node.js driver for Skytable. WIP

  • Support TypeScript out of the box
  • Fully promise based API

Installation

Make sure to have Skytable >= 0.7 and Node.js >= 14 installed.

$ npm install skytable.js

Basic usage

import { connect } from "skytable.js";
const skytable = await connect();

skytable.set("foo", "bar");

/skytable.js/

    Package Sidebar

    Install

    npm i skytable.js

    Weekly Downloads

    0

    Version

    0.4.0

    License

    MIT

    Unpacked Size

    25.6 kB

    Total Files

    19

    Last publish

    Collaborators

    • zhangyuannie