Package Exports
- rustbase-js
- rustbase-js/dist/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 { connect } = require('rustbase-js');
const rustbase = connect("rustbase://<url>:23561/supercooldatabase");Development
git clone https://github.com/rustbase/rustbase-js
cd rustbase-js
yarn install # Install dependenciesRoadmap
- Send queries
- Build a query builder