Skip to content

ActivityPlug API / @activityplug/session-postgres / PostgresBrowserSessionStoreClient

Interface: PostgresBrowserSessionStoreClient

Defined in: browser.ts:27

Extends

  • PostgresQueryClient

Properties

query

readonly query: <Row>(sql, values?) => Promise<PostgresQueryResult<Row>>

Defined in: storage-internal.ts:16

Type Parameters

Row

Row

Parameters

sql

string

values?

readonly unknown[]

Returns

Promise<PostgresQueryResult<Row>>

Inherited from

PostgresQueryClient.query