May 4, 2017
4
Level 7
DatabaseMigrations vs DatabaseTransactions
I have been using DatabaseMigrations with a in memory sqlite db for my tests on this project of mine. However, I need to switch to MySQL as I need some SQL features that sqlite doesn't support.
With MySQL, is it better to use DatabaseTransaction? (Get the impression of migrations with MySQL is heavier than sqlite...)
Level 28
6 likes
Please or to participate in this conversation.