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-jsUsage
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 filesRoadmap
- Send queries
- Build a query builder