withCreationScript
Function
interface PostgresDatabaseResource { // ... omitted for brevity withCreationScript(script: string): PostgresDatabaseResource;}Signature
method
withCreationScript builder Defines the SQL script for database creation
withCreationScript(script: string): PostgresDatabaseResourceParameters
script string Returns
PostgresDatabaseResource Applies to
This function is an extension method on the following types: