** Commands **
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'