Commit Graph

14 Commits

Author SHA1 Message Date
a5b3d33bef chore: split tests for...
merge query with params function
2021-02-20 22:31:59 +03:00
7bd4f3d1f9 fix: merge query with params 2021-02-19 22:20:48 +03:00
a7ab5572df refac: add database connection manager
feat: add supported client to manifest
2021-02-18 12:29:13 +03:00
d4106c50e6 refac: move postgres initialization to separate dir 2021-02-16 18:11:39 +03:00
92c07f4181 refac: remove stmt constants from manager trait 2021-02-15 23:22:13 +03:00
33f392e18e refac: add additional trait for migration names 2021-02-15 13:47:45 +03:00
109c9ce52f refac: add migration manager 2021-02-15 13:06:09 +03:00
1b16aff6e5 refac: rename database connection to postgres 2021-02-14 12:10:12 +03:00
1d8993d1f0 refac: rename method
... to open database connection
2021-02-13 23:46:21 +03:00
8f834264d8 refac: add struct for db connection 2021-02-13 23:44:41 +03:00
f588912175 style: rename table name in function name 2021-02-08 23:39:22 +03:00
64381eb710 feat(cli): implement downgrade migration command 2021-02-06 01:37:30 +03:00
b5c2533bc6 feat(cli): add migrations table
feat(cli): implement upgrade database subcommand
feat(cli): add available migrations to list subcommand
2021-02-06 01:22:00 +03:00
e8cce2fca5 chore: merge cli with core 2021-02-05 01:37:25 +03:00