{"library":"rethink-migrate","type":"library","category":null,"description":"A migration tool for RethinkDB databases. Version 1.3.1 is the latest stable release (last updated in 2018). It supports both the rethinkdb and rethinkdbdash drivers. Key differentiators: simple CLI tool for creating, running up and down migrations, and configuration via database.json file. Low maintenance project with few updates.","language":"javascript","status":"maintenance","version":"1.3.1","tags":["javascript","rethinkdb","migrations"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install rethink-migrate","imports":["exports.up = function(r, connection) { return r.tableCreate('foo').run(connection); };","exports.down = function(r, connection) { return r.tableDrop('foo').run(connection); };","npx rethink-migrate create add-tables"]},{"cmd":"yarn add rethink-migrate","imports":[]},{"cmd":"pnpm add rethink-migrate","imports":[]}],"homepage":"https://github.com/JohanObrink/rethink-migrate#readme","github":"https://github.com/JohanObrink/rethink-migrate","docs":null,"changelog":null,"pypi":null,"npm":"rethink-migrate","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}