Skip to content

Index

The database package provides database implementations for managing chat history.

Modules:

Name Description
base_db

Defines the abstract base class for chat database implementations.

postgresql

Implements chat history management using PostgreSQL.

sqlite

Implements chat history management using SQLite.

db_factory

Provides a factory for creating instances of chat database implementations.

session_manager

High-level API for interacting with the database.