db-migration-tool
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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'

Readme

Keywords

none

Package Sidebar

Install

npm i db-migration-tool

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

17.9 kB

Total Files

14

Last publish

Collaborators

  • twigweb