You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally we thought it would be possible to replace the core openapi output in Haskell by somehow inlining the functions of this extension into a single query. But that seems too difficult (maybe impossible).
So I think we can just focus on openapi 3.0, to reduce the scope of the project.
With this we should still be able to fix all postgrest core issues. Since this lib is pure SQL, we can just instruct users to install it. They have been doing that for pgjwt for a long time anyway.
The text was updated successfully, but these errors were encountered:
The roadmap mentions:
https://github.com/PostgREST/postgrest-openapi#roadmap
Originally we thought it would be possible to replace the core openapi output in Haskell by somehow inlining the functions of this extension into a single query. But that seems too difficult (maybe impossible).
So I think we can just focus on openapi 3.0, to reduce the scope of the project.
With this we should still be able to fix all postgrest core issues. Since this lib is pure SQL, we can just instruct users to install it. They have been doing that for
pgjwt
for a long time anyway.The text was updated successfully, but these errors were encountered: