LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
fastapi_viewsets/__init__.py
fastapi_viewsets/_compat.py
fastapi_viewsets/_register.py
fastapi_viewsets/async_base.py
fastapi_viewsets/async_utils.py
fastapi_viewsets/constants.py
fastapi_viewsets/db_conf.py
fastapi_viewsets/serializer_utils.py
fastapi_viewsets/utils.py
fastapi_viewsets.egg-info/PKG-INFO
fastapi_viewsets.egg-info/SOURCES.txt
fastapi_viewsets.egg-info/dependency_links.txt
fastapi_viewsets.egg-info/requires.txt
fastapi_viewsets.egg-info/top_level.txt
fastapi_viewsets/orm/__init__.py
fastapi_viewsets/orm/base.py
fastapi_viewsets/orm/factory.py
fastapi_viewsets/orm/peewee_adapter.py
fastapi_viewsets/orm/sqlalchemy_adapter.py
fastapi_viewsets/orm/tortoise_adapter.py
tests/test_adapter_methods_coverage.py
tests/test_async_base_viewset.py
tests/test_async_driver_missing.py
tests/test_async_utils.py
tests/test_backward_compatibility.py
tests/test_base_viewset.py
tests/test_coverage_gaps.py
tests/test_db_conf.py
tests/test_db_conf_extended.py
tests/test_edge_cases.py
tests/test_error_handling.py
tests/test_exception_handling.py
tests/test_integration.py
tests/test_missing_coverage.py
tests/test_orm_adapters.py
tests/test_orm_adapters_extended.py
tests/test_select_prefetch_related.py
tests/test_utils.py
tests/test_viewsets_with_adapters.py