Announcing Atlas v0.3.2: multi-schema support
Last week we released v0.3.2 of the Atlas CLI.
Atlas is an open source tool that helps developers manage their database schemas. Atlas plans database
migrations for you based on your desired state. The two main commands are inspect
and apply
. The inspect
command inspects your database
and the apply
command runs a migration by providing an HCL document with your desired state.
The most notable change in this version is the ability to interact
with multiple schemas in both database inspection and migration (the apply
command).