db-migration-tool
v0.0.2
Published
a tool to use to create migrations
Downloads
1
Readme
DB migration tool
** Commands **
Local development
yarn run create {name_of_the_file}
yarn run apply
yarn run revert
yarn run connect {connection_string}
(must be in this format: postgres://user:password@host:port/dbname?search_path=schemaname)
example : yarn run connect 'postgres://postgres:postgres@localhost:5432/postgres?search_path=public'