https://github.com/nodecraft/spawnpoint-rethinkdb
RethinkDB Plugin for Spawnpoint
https://github.com/nodecraft/spawnpoint-rethinkdb
rethinkdb rethinkdbdash spawnpoint
Last synced: 3 months ago
JSON representation
RethinkDB Plugin for Spawnpoint
- Host: GitHub
- URL: https://github.com/nodecraft/spawnpoint-rethinkdb
- Owner: nodecraft
- License: mit
- Created: 2015-12-18T15:56:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-08-06T20:49:48.000Z (9 months ago)
- Last Synced: 2025-09-30T17:59:05.698Z (7 months ago)
- Topics: rethinkdb, rethinkdbdash, spawnpoint
- Language: JavaScript
- Homepage: https://github.com/nodecraft/spawnpoint
- Size: 192 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spawnpoint-rethinkdb
[RethinkDB](http://rethinkdb.com/) Plugin for [Spawnpoint](https://github.com/nodecraft/spawnpoint.js) on NPM. This currently does not support SSL.
[](https://badge.fury.io/js/spawnpoint-rethinkdb)
[](https://david-dm.org/nodecraft/spawnpoint-rethinkdb)
[](https://github.com/nodecraft/spawnpoint-rethinkdb/actions)
[](https://greenkeeper.io/)
## API
This api is mounted at `app.r` as a [Rethinkdbdash](https://github.com/neumino/rethinkdbdash) object. Please check the project documentation for more details for usage.
### Config `rethinkdb.json5`
Config is mirrored to match the expected config for [Rethinkdbdash](https://github.com/neumino/rethinkdbdash). The only two difference are listed below:
- `ssl_files` on a server config it will read the file contents and attach to the server.ssl object
- `requireConnection` forces the plugin to delay application init until at least one connection in a pool has been made. NOTE: unpooled connections don't have this benefit YET.