PostgresDatabaseResource.withCreationScript
Method
interface PostgresDatabaseResource { // ... omitted for brevity withCreationScript(script: string): PostgresDatabaseResource;}Signature
method
withCreationScriptbuilderDefines the SQL script used to create the database.
withCreationScript(script: string): PostgresDatabaseResourceParameters
scriptstringReturns
PostgresDatabaseResourceDefined on
This method is defined on the following type: