Skip to content
# Function: createPostgresTestkitClient()

createPostgresTestkitClient<RowType&gt;(options): PostgresTestkitClient<RowType&gt;

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&gt;

Returns

PostgresTestkitClient<RowType&gt;

Released under the MIT License.