Documentation / @agentick/core / SqliteStoreConfig
Interface: SqliteStoreConfig
Defined in: core/src/app/types.ts:357
Configuration for the built-in SQLite session store.
Properties
path?
optionalpath:string
Defined in: core/src/app/types.ts:363
Path to SQLite database file. Use ':memory:' for in-memory database (default).
table?
optionaltable:string
Defined in: core/src/app/types.ts:368
Table name for storing sessions.
Default
ts
'agentick_sessions'type
type:
"sqlite"
Defined in: core/src/app/types.ts:358