Cloud API Overview > @adpt/cloud > postgres > PreloadedPostgresImageProps
postgres.PreloadedPostgresImageProps interface
Props for postgres.PreloadedPostgresImage()
Signature:
export interface PreloadedPostgresImageProps
Properties
Property | Type | Description |
---|---|---|
mockDataPath | string | Path to a sql file with both schema and data to load into the database |
mockDbName | string | Name of database in which to load mock data |