unified-llm-client
Preparing search index...
PostgresSessionStoreOptions
Interface PostgresSessionStoreOptions
Configuration for
PostgresSessionStore
.
interface
PostgresSessionStoreOptions
{
connectionString
?:
string
;
now
?:
()
=>
Date
;
pool
?:
PostgresSessionStorePool
;
schemaName
?:
string
;
tableName
?:
string
;
}
Index
Properties
connection
String?
now?
pool?
schema
Name?
table
Name?
Properties
Optional
connection
String
connectionString
?:
string
Optional
now
now
?:
()
=>
Date
Optional
pool
pool
?:
PostgresSessionStorePool
Optional
schema
Name
schemaName
?:
string
Optional
table
Name
tableName
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connection
String
now
pool
schema
Name
table
Name
unified-llm-client
Loading...
Configuration for
PostgresSessionStore.