UNPKG

reshine

Version:

Let's take the sunshine path with RethinkDB

8 lines (6 loc) 171 B
import r from 'rethinkdb'; export default content => tableName => dbName => connection => r.db(dbName) .table(tableName) .insert(content) .run(connection);