LICENSE
README.md
pyproject.toml
src/sqlphilosophy/VERSION
src/sqlphilosophy/__init__.py
src/sqlphilosophy/py.typed
src/sqlphilosophy/sorting.py
src/sqlphilosophy/sql.py
src/sqlphilosophy/types.py
src/sqlphilosophy.egg-info/PKG-INFO
src/sqlphilosophy.egg-info/SOURCES.txt
src/sqlphilosophy.egg-info/dependency_links.txt
src/sqlphilosophy.egg-info/requires.txt
src/sqlphilosophy.egg-info/top_level.txt
src/sqlphilosophy/aio/__init__.py
src/sqlphilosophy/aio/protocols.py
src/sqlphilosophy/aio/query.py
src/sqlphilosophy/aio/repository.py
src/sqlphilosophy/audit/__init__.py
src/sqlphilosophy/audit/context.py
src/sqlphilosophy/audit/fields.py
src/sqlphilosophy/audit/listener.py
src/sqlphilosophy/audit/model.py
src/sqlphilosophy/sync/__init__.py
src/sqlphilosophy/sync/protocols.py
src/sqlphilosophy/sync/query.py
src/sqlphilosophy/sync/repository.py
tests/test_async_last_mile.py
tests/test_async_query.py
tests/test_async_repository.py
tests/test_audit.py
tests/test_batch7a_behavior.py
tests/test_close_coverage.py
tests/test_coverage_gaps.py
tests/test_final_coverage.py
tests/test_import_contract.py
tests/test_last_mile.py
tests/test_package_boundaries.py
tests/test_sorting.py
tests/test_sql_helpers.py
tests/test_sql_row_edges.py
tests/test_sync_query.py
tests/test_sync_repository.py