-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My version #20
Comments
Hi there! Glad to have you collaborating to the project!
I think we'll need to use the PL/pgsql language for more complex queries than the ones we have now (e.g. to get the embedded resources info), so it's OK to use it.
I was thinking about moving the configuration variables related to OpenAPI from PostgREST to table/function in this extension, it may be defined as JSON values and the servers could go here. I'm not sure if this is the way to go, though, but you can implement it with the table as you mentioned and we can adapt it later if we need to.
Ah, you're right, it distinguishes the API implementation from the document version (emphasis mine):
So, yeah, |
While I'm at it, where do the PostgREST dev people hang out? I've gone to #postgrest on FreeNode (still there), and it didn't exist. Is there somewhere else where people hang out? I'll usually only be active on Saturdays in Australia. For the record, the Servers stuff is coming along nicely. HTH, |
We have https://app.gitter.im/#/room/#begriffs_postgrest:gitter.im, which uses Matrix. I've seen some IRC/Matrix bridges too.
Cool! |
Hi all!
As per the discussion at PostgREST/postgrest#1698 (comment) , I'd started working on something similar before I knew this repo existed.
I was going a slightly different direction, in that I was using PL/pgsql (happy with the direction this project's going though).
Unfortunately, I seem to have implemented just about the exact same features, with a few differences
If you're interested in having either of those pieces in this, let me know and I'll see what I can do.
Thanks!
The text was updated successfully, but these errors were encountered: