Base trait for MySQL database modules that provides common infrastructure
This trait orchestrates the creation of database infrastructure components like datasource, transactor, and migration management. It's the foundation layer for database modules.
Creates a ZLayer with the base database infrastructure and runs migrations first This layer forwards both the database infrastructure and migration service
Creates a ZLayer with the base database infrastructure and runs migrations first This layer forwards both the database infrastructure and migration service
Value parameters
additionalLocations
Additional classpath locations to scan for migrations