https://github.com/fujiharuka/the-driver-rdb
Relational database driver for the-db
https://github.com/fujiharuka/the-driver-rdb
Last synced: 4 months ago
JSON representation
Relational database driver for the-db
- Host: GitHub
- URL: https://github.com/fujiharuka/the-driver-rdb
- Owner: FujiHaruka
- License: mit
- Created: 2018-12-19T02:15:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T02:15:40.000Z (over 6 years ago)
- Last Synced: 2025-01-08T04:12:56.958Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 567 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
the-driver-rdb
==========[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url][bd_repo_url]: https://github.com/the-labo/the-driver-rdb
[bd_travis_url]: http://travis-ci.org/the-labo/the-driver-rdb
[bd_travis_shield_url]: http://img.shields.io/travis/the-labo/the-driver-rdb.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/the-labo/the-driver-rdb
[bd_travis_com_shield_url]: https://api.travis-ci.com/the-labo/the-driver-rdb.svg?token=
[bd_license_url]: https://github.com/the-labo/the-driver-rdb/blob/master/LICENSE
[bd_npm_url]: http://www.npmjs.org/package/the-driver-rdb
[bd_npm_shield_url]: http://img.shields.io/npm/v/the-driver-rdb.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svgRelational database driver for the-db
Installation
-----```bash
$ npm install the-driver-rdb --save
```Usage
---------```javascript
'use strict'const {TheDriverRDB} = require('the-driver-rdb')
async function tryExample () {
}
tryExample().catch((err) => console.error(err))
```
API Guide
-----+ [[email protected]](./doc/api/api.md)
+ [create(args)](./doc/api/api.md#the-driver-rdb-function-create)
+ [TheDriverRDB](./doc/api/api.md#the-driver-r-d-b-class)License
-------
This software is released under the [MIT License](https://github.com/the-labo/the-driver-rdb/blob/master/LICENSE).Links
------+ [THE Labo][t_h_e_labo_url]
[t_h_e_labo_url]: https://github.com/the-labo