A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
**Is your feature request related to a problem? Please describe.** When running a migration, it should start a transaction as default, unless this is disabled in config. The transaction should also be possible to commit in migration file, and to start new transaction. This will allow the migration to not make any changes in case of errors. **Describe the solution you'd like** Utilize the transaction interface from the clients when making a migration. **Additional context** https://github.com/denodrivers/mysql#transaction Consider delaying this until https://github.com/jeremyBanks/database/issues/9 is implemented across databases?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by halvardssm and has received 1 comments.