migra/migra-cli/src/database
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
..
clients chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00
adapter.rs refac: restructure database 2021-02-23 18:44:37 +03:00
builder.rs refac: restructure database 2021-02-23 18:44:37 +03:00
connection.rs chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00
migration.rs feat: single transaction 2021-04-24 01:58:19 +03:00
mod.rs chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00
transaction.rs chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00