Dmitriy Pleshevskiy
ec02367680
* feat(core): init migra lib * refac(core): add utils for migration list * feat(core): add managers * refac(core): add batch exec trait * refac(core): smarter managers * refac(cli): removed adapter, builder * refac(cli): use migra core for cli * chore(cli): add dev deps for tests * chore(cli): improve error handling * refac(core): make migrations simpler * refac(cli): change transaction utils * chore(core): add documentation
4 lines
101 B
TOML
4 lines
101 B
TOML
root = "database"
|
|
|
|
[database]
|
|
connection = "postgres://postgres:postgres@localhost:6000/migra_tests"
|