Skip to main content

Database Adapters

Database adapters provide persistence for conversations, sessions, and agent state.

Available Adapters

AdapterDescription
SQLiteAdapterSQLite database
UpstashRedisAdapterUpstash Redis
MemoryRedisAdapterIn-memory Redis-compatible
NeonPostgresAdapterNeon PostgreSQL
MemoryPostgresAdapterIn-memory PostgreSQL-compatible
PostgresSessionStoragePostgreSQL session storage

SQLite

Redis (Upstash)

PostgreSQL (Neon)

CLI Usage