Commit Graph

8 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 97178fcb02 feat: add sqlite client 2021-05-17 10:06:33 +03:00
Dmitriy Pleshevskiy 83a4155d76 refac: add migrations table name to manifest 2021-04-26 12:18:12 +03:00
Dmitriy Pleshevskiy 20e00c3579 chore: fix clippy warnings 2021-04-24 22:48:10 +03:00
Dmitriy Pleshevskiy 7ae5eec2c3 chore: add support transactional ddl for client
I didn't know that mysql doesn't support transactional ddl.
It means that we cannot create table, alter table and etc. in
transaction. At the moment migra supports only postgres client,
that can be use transaction for ddl.
2021-04-24 22:39:44 +03:00
Dmitriy Pleshevskiy e81298d1ba chore: move db statements to another trait 2021-04-08 00:49:38 +03:00
Dmitriy Pleshevskiy 18bf265510 feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
Dmitriy Pleshevskiy 11c374e7b0 feat: add transaction manager
now we change database only in transaction
2021-03-02 00:44:57 +03:00
Dmitriy Pleshevskiy eb0775e35d refac: restructure database 2021-02-23 18:44:37 +03:00