withPgWeb
Method
interface PostgresServerResource { // ... omitted for brevity withPgWeb( configureContainer?: callback, containerName?: string): PostgresServerResource;}Signature
method
withPgWebbuilderAdds an administration and development platform for PostgreSQL to the application model using pgweb.
withPgWeb(configureContainer?: (obj: PgWebContainerResource) => Promise<void>, containerName?: string): PostgresServerResourceParameters
configureContainer(obj: PgWebContainerResource) => Promise<void>optionalcontainerNamestringoptionalReturns
PostgresServerResourceApplies to
This method applies to the following types: