.gitignore
.gitlab-ci.yml
.python-versions
CHANGES.rst
LICENSE.txt
README.rst
REUSE.toml
pyproject.toml
requirements-dev.txt
requirements.txt
uv.lock
LICENSES/Apache-2.0.txt
LICENSES/CC-BY-SA-4.0.txt
LICENSES/CC0-1.0.txt
docs/changes.rst
docs/conf.py
docs/index.rst
docs/api/index.rst
docs/api/sqls.models.rst
docs/api/sqls.queries.rst
docs/api/sqls.transactions.rst
docs/topics/models.rst
docs/topics/queries.rst
docs/topics/transactions.rst
src/sqls.egg-info/PKG-INFO
src/sqls.egg-info/SOURCES.txt
src/sqls.egg-info/dependency_links.txt
src/sqls.egg-info/requires.txt
src/sqls.egg-info/top_level.txt
src/sqls/interfaces/__init__.py
src/sqls/interfaces/py.typed
src/sqls/models/__init__.py
src/sqls/models/fields.py
src/sqls/models/generators.py
src/sqls/models/model.py
src/sqls/models/py.typed
src/sqls/queries/__init__.py
src/sqls/queries/alter.py
src/sqls/queries/analyze.py
src/sqls/queries/attach.py
src/sqls/queries/base.py
src/sqls/queries/create_index.py
src/sqls/queries/create_table.py
src/sqls/queries/create_trigger.py
src/sqls/queries/create_view.py
src/sqls/queries/delete.py
src/sqls/queries/detach.py
src/sqls/queries/drop.py
src/sqls/queries/exceptions.py
src/sqls/queries/explain.py
src/sqls/queries/expr.py
src/sqls/queries/insert.py
src/sqls/queries/pragma.py
src/sqls/queries/py.typed
src/sqls/queries/query.py
src/sqls/queries/reindex.py
src/sqls/queries/select.py
src/sqls/queries/table.py
src/sqls/queries/update.py
src/sqls/queries/vacuum.py
src/sqls/queries/window.py
src/sqls/queries/withq.py
src/sqls/transactions/__init__.py
src/sqls/transactions/exceptions.py
src/sqls/transactions/manager.py
src/sqls/transactions/mysql.py
src/sqls/transactions/postgresql.py
src/sqls/transactions/py.typed
src/sqls/transactions/sqlite.py
tests/__init__.py
tests/sqls/__init__.py
tests/sqls/models/__init__.py
tests/sqls/models/test_generators.py
tests/sqls/queries/__init__.py
tests/sqls/queries/conftest.py
tests/sqls/queries/test_alter_table.py
tests/sqls/queries/test_analyze.py
tests/sqls/queries/test_attach.py
tests/sqls/queries/test_create_index.py
tests/sqls/queries/test_create_table.py
tests/sqls/queries/test_create_trigger.py
tests/sqls/queries/test_create_view.py
tests/sqls/queries/test_delete.py
tests/sqls/queries/test_drop.py
tests/sqls/queries/test_explain.py
tests/sqls/queries/test_expr.py
tests/sqls/queries/test_insert.py
tests/sqls/queries/test_pragma.py
tests/sqls/queries/test_reindex.py
tests/sqls/queries/test_select.py
tests/sqls/queries/test_table.py
tests/sqls/queries/test_update.py
tests/sqls/queries/test_vacuum.py
tests/sqls/queries/test_window.py
tests/sqls/transactions/__init__.py
tests/sqls/transactions/common.py
tests/sqls/transactions/test_mysql.py
tests/sqls/transactions/test_postgresql.py
tests/sqls/transactions/test_sqlite.py