Migrations are outside the scope of DBX but closely linked in the developer's workflow.
If you're using DBX to query your data, you likely want to manage your database schema as well. Migrations are a great way to do that, so here are some great tools to manage migrations:
- Crystal: MG (my favorite, simple and efficient)
- Crystal: Micrate
- Rust: Refinery
- Go: Golang migrate
- Node.js: Knex migration with Knex Schema
Of course, you can use any migration management tool, in any programming language.