ActivityPlug API / @activityplug/session-postgres / PostgresBrowserSessionStoreClient
Interface: PostgresBrowserSessionStoreClient
Defined in: browser.ts:27
Extends
PostgresQueryClient
Properties
query
readonlyquery: <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