MySqlDatabaseResource.withCreationScript
Method
interface MySqlDatabaseResource { // ... omitted for brevity withCreationScript(script: string): MySqlDatabaseResource;}Signature
method
withCreationScript builder Defines the SQL script for database creation
withCreationScript(script: string): MySqlDatabaseResourceParameters
script string Returns
MySqlDatabaseResource Defined on
This method is defined on the following type: