Skip to content

Documentation / @agentick/core / SqliteStoreConfig

Interface: SqliteStoreConfig

Defined in: core/src/app/types.ts:357

Configuration for the built-in SQLite session store.

Properties

path?

optional path: string

Defined in: core/src/app/types.ts:363

Path to SQLite database file. Use ':memory:' for in-memory database (default).


table?

optional table: 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

Released under the ISC License.