Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matter-in-motion/mm-rethinkdb
Rethinkdb extension
https://github.com/matter-in-motion/mm-rethinkdb
connector extension matter-in-motion rethinkdb
Last synced: about 22 hours ago
JSON representation
Rethinkdb extension
- Host: GitHub
- URL: https://github.com/matter-in-motion/mm-rethinkdb
- Owner: matter-in-motion
- License: mit
- Created: 2017-07-29T19:09:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T17:04:56.000Z (almost 7 years ago)
- Last Synced: 2024-12-15T00:42:28.424Z (21 days ago)
- Topics: connector, extension, matter-in-motion, rethinkdb
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Matter In Motion. Rethinkdb extension
[![NPM Version](https://img.shields.io/npm/v/mm-rethinkdb.svg?style=flat-square)](https://www.npmjs.com/package/mm-rethinkdb)
[![NPM Downloads](https://img.shields.io/npm/dt/mm-rethinkdb.svg?style=flat-square)](https://www.npmjs.com/package/mm-rethinkdb)[Rethinkdb](https://www.rethinkdb.com) extension for [matter in motion](https://github.com/matter-in-motion/mm) framework
Using [rethinkdbdash](https://github.com/neumino/rethinkdbdash) driver with a connection pool, support for streams etc.
## Usage
[Extensions installation instructions](https://github.com/matter-in-motion/mm/blob/master/docs/extensions.md)
Adds rethinkdbdash connection pool as `db.rethinkdb` unit.
## Settings
Add `rethinkdb` section to your settings. [Available settings](https://github.com/neumino/rethinkdbdash#new-features-and-differences)
## Commands
This extension also adds two commads:
* **`rethinkdb create`** — creates default database
* **`rethinkdb drop`** — — drops default databaseLicense: MIT.