withPgWeb
Method
interface PostgresServerResource { // ... omitted for brevity withPgWeb( configureContainer?: callback, containerName?: string): PostgresServerResource;}Signature
method
withPgWeb builder Adds 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> optional containerName string optional Returns
PostgresServerResource Applies to
This method applies to the following types: