Overview

SQLAlchemy is the SQL toolkit and Object-Relational Mapper (ORM) for Python. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access.

Role in this knowledge base

SQLAlchemy is used in conjunction with SQLite to manage and write conversation data.

Key facts

  • SQLAlchemy is used to write data to the SQLite database.

Sources