Archived
1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
97178fcb02 feat: add sqlite client 2021-05-17 10:06:33 +03:00
7ae88ce3d3 chore: return new fn for migration manager 2021-05-16 17:01:41 +03:00
11874bd8a4 feat: add migrations config to manifest
- added migrations directory path
- added migrations table name
2021-05-16 16:39:24 +03:00
83a4155d76 refac: add migrations table name to manifest 2021-04-26 12:18:12 +03:00
eef7980222 chore: cosmetic changes 2021-04-24 23:16:30 +03:00
f98dd4f0c8 feat: single transaction
I added a single transaction option for apply, upgrade, and
downgrade commands, which wraps all migrations into a single
transaction. This gives you the ability to safely roll up
migrations and, if some unforeseen situation occurs, roll them back.

Unfortunately if there is an error in syntax, mysql will not
rollback the migration and commits automatically :( I will
research this issue.

Closes #2
2021-04-24 01:58:19 +03:00
e81298d1ba chore: move db statements to another trait 2021-04-08 00:49:38 +03:00
18bf265510 feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
11c374e7b0 feat: add transaction manager
now we change database only in transaction
2021-03-02 00:44:57 +03:00
e06d1c0a49 refac: rename variables in migration structure 2021-02-23 18:55:12 +03:00
eb0775e35d refac: restructure database 2021-02-23 18:44:37 +03:00
Renamed from migra-cli/src/migration.rs (Browse further)