Skip to content

SQLite Forge

SQLite Forge is a lightweight toolkit for schema-driven SQLite table management in Python.

Core Features

  • Create/drop/check tables from class-defined schema
  • Ingest pandas DataFrames
  • Execute SQL queries into DataFrames
  • Fetch/export table data

Install

pip install sqlite-forge