If docker or some other tool is used for containerization, can the database scripts be included within the container?
Assume there is an application that can use any form of RDBMS as the backend.
Client A uses MYSQL, Client B uses Microsoft SQL Server,Client C uses PostgreSQL and Client D uses Oracle.
If some database object needs to be updated in all the environments, isit possible to automate it through