JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q17700F
  • License MIT

A Javascript/Typescript Rustbase driver

Package Exports

  • rustbase-js
  • rustbase-js/dist/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rustbase-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Rustbase JS

A driver to use Rustbase with NodeJS

Installation

npm install rustbase-js

Usage

const { Client } = require('rustbase-js');

const rustbase = new Client("rustbase://localhost:23561");

Development

git clone https://github.com/rustbase/rustbase-js
cd rustbase-js 
yarn install # Install dependencies
yarn run build:proto # Build the protobuf files

Roadmap

  • Send queries
  • Build a query builder

License

MIT License