Targets

Squiller can generate code for the following targets.

python-psycopg2

Vaporware warning: Development of this target is in progress.

Target Python and Postgres through the Psycopg2 package. Generated code includes type annotations. This target is tested against the following versions, although other versions may work:

  • Python 3.10.5
  • Psycopg2 2.9.3

python-sqlite

Vaporware warning: Development of this target is in progress.

Target Python and SQLite through the sqlite3 module in the standard library. Generated code includes type annotations. This target is tested against the following version, although other versions may work:

  • Python 3.10.5

rust-sqlite

Target Rust and SQLite through the sqlite crate. This target is tested against the following versions, although other versions may work:

  • Rust 1.57.0, 2018 edition
  • Sqlite crate 0.26.0