README.md
pyproject.toml
src/phlo_postgrest/__init__.py
src/phlo_postgrest/cli.py
src/phlo_postgrest/cli_plugin.py
src/phlo_postgrest/hooks.py
src/phlo_postgrest/plugin.py
src/phlo_postgrest/service.yaml
src/phlo_postgrest/setup.py
src/phlo_postgrest/views.py
src/phlo_postgrest.egg-info/PKG-INFO
src/phlo_postgrest.egg-info/SOURCES.txt
src/phlo_postgrest.egg-info/dependency_links.txt
src/phlo_postgrest.egg-info/entry_points.txt
src/phlo_postgrest.egg-info/requires.txt
src/phlo_postgrest.egg-info/top_level.txt
src/phlo_postgrest/conf/postgrest.conf
src/phlo_postgrest/sql/001_extensions.sql
src/phlo_postgrest/sql/002_auth_schema.sql
src/phlo_postgrest/sql/003_jwt_functions.sql
src/phlo_postgrest/sql/004_roles.sql
tests/test_hooks.py
tests/test_integration_postgrest.py
tests/test_postgrest_views.py