Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 751 Bytes

migration.md

File metadata and controls

14 lines (10 loc) · 751 Bytes

Migration

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:

Of course, you can use any migration management tool, in any programming language.