A library to write SQL queries in pure Python, version 1.8.1, released on 2025-01-08. Maintained by Andereoo, with a stable release cadence (last few releases monthly).
pip install python-sqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a Table and run a SELECT query.
Use `from sql import Select` only after installing python-sql, not for SQLAlchemy.
Use with a DB driver (e.g., psycopg2) to execute the generated SQL.
Use `from sql import Query` instead of `from sql import SQL`.
Ensure python-sql is installed (`pip install python-sql`) and no other package named `sql` is in your environment.
Install python-sql and import correctly: `from sql import Table`.
No dependency data recorded yet.
No resource links recorded.