ActivityPlug API / @activityplug/session-postgres / PostgresAuthSessionStoreClient
Interface: PostgresAuthSessionStoreClient
Defined in: index.ts:25
Properties
query
readonlyquery: <Row>(sql,values?) =>Promise<PostgresQueryResult<Row>>
Defined in: index.ts:26
Type Parameters
Row
Row
Parameters
sql
string
values?
readonly unknown[]
Returns
Promise<PostgresQueryResult<Row>>