SkillAgentSearch skills...

Skytable.js

Node.js client for Skytable

Install / Use

/learn @zhangyuannie/Skytable.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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");
View on GitHub
GitHub Stars24
CategoryDevelopment
Updated9mo ago
Forks1

Languages

TypeScript

Security Score

82/100

Audited on Jun 7, 2025

No findings