Hello there!
I will need to utilize database, but I haven’t found a word about database migrations in documentation. I was looking in laminas-db module and tried to find other modules in case there is another one (unlikely, but still…) and there seem to be none. Do I understand well that database migrations are not handled at all in Laminas? If so, is there any recommended approach?
Besides that Getting started with Laminas uses sql file for migration and basic seed.
I would endorse to manage DB migrations with one of (non-exclusive list):
- sqitch
- doctrine/migrations
- liquibase
They work well, and there is no need to build such tooling again within laminas.
1 Like