# Function: createPostgresTestkitClient()
createPostgresTestkitClient<
RowType>(options):PostgresTestkitClient<RowType>
Defined in: packages/testkit-adapter-pg/src/index.ts:25
Creates an Ashiba Postgres ZTD testkit client backed by the tested rawsql-ts implementation.
Type Parameters
RowType
RowType extends Row
Parameters
options
CreatePostgresTestkitClientOptions<RowType>
Returns
PostgresTestkitClient<RowType>