Cloud API Overview > @adpt/cloud > postgres > PreloadedPostgresImageProps > mockDataPath
postgres.PreloadedPostgresImageProps.mockDataPath property
Path to a sql file with both schema and data to load into the database
Signature:
mockDataPath: string;
Remarks
This data can be produced by standing up a postgres instance, populating it with the required data and then running pg_dump.