Overview
SQLite is a C-language software library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. It is often used for local data storage in applications.
Role in this knowledge base
SQLite is used to store conversation threads and history locally for the web application.
Key facts
- SQLAlchemy is used to write data to the SQLite database.