the-driver-rdb
Relational database driver for the-db
Installation
$ npm install the-driver-rdb --save
Usage
'use strict'
const {TheDriverRDB} = require('the-driver-rdb')
async function tryExample () {
}
tryExample().catch((err) => console.error(err))
API Guide
License
This software is released under the MIT License.