migrate-rethinkdb

JSON →
library 1.6.2 ·javascript
verified Jun 7, 2026

A migration tool for RethinkDB, forked from rethink-migrate. Version 1.6.2, actively maintained by Parabol. Allows forward and backward migrations of structural or data changes with versioning. Supports both `rethinkdb` and `rethinkdbdash` drivers. Migration files are JavaScript modules with `up` and `down` exports. Configuration via `database.json` or environment variables. Key differentiator: more active maintenance than the original fork, supports `--root` and `--logLevel` options.