unified-llm-client
Preparing search index...
PostgresSessionStorePool
Interface PostgresSessionStorePool
Minimal Postgres pool contract used by the session store.
interface
PostgresSessionStorePool
{
end
?:
()
=>
Promise
<
void
>
;
query
:
<
TRow
=
Record
<
string
,
unknown
>
>
(
text
:
string
,
values
?:
unknown
[]
,
)
=>
Promise
<
PostgresSessionStoreQueryResult
<
TRow
>
>
;
}
Index
Properties
end?
query
Properties
Optional
end
end
?:
()
=>
Promise
<
void
>
query
query
:
<
TRow
=
Record
<
string
,
unknown
>
>
(
text
:
string
,
values
?:
unknown
[]
,
)
=>
Promise
<
PostgresSessionStoreQueryResult
<
TRow
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
query
unified-llm-client
Loading...
Minimal Postgres pool contract used by the session store.