PostgREST / postgrest-openapi

OpenAPI output generated in SQL for a PostgREST instance
MIT License
17 stars 4 forks source link

refactor: make the function that queries all tables more reusable #47

Closed laurenceisla closed 3 weeks ago

laurenceisla commented 3 weeks ago

Closes #35

The refactors done to the Schema Cache queries (specially tables) in https://github.com/PostgREST/postgrest/pull/3644 helped a lot in simplifying the queries here.