We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
check the change log: https://github.com/begriffs/postgrest/releases
apparently you can order (maybe filter) by nested json.
as an aside. this may affect naming of things: ecto calls this embedded schemas
The text was updated successfully, but these errors were encountered:
Django still calls them fields: https://docs.djangoproject.com/en/1.10/ref/contrib/postgres/fields/#postgresql-specific-model-fields
Sorry, something went wrong.
Composite vs scalar https://github.com/begriffs/postgrest/blob/master/src/PostgREST/Types.hs
Also https://www.postgresql.org/docs/9.6/static/extend-type-system.html
No branches or pull requests
check the change log: https://github.com/begriffs/postgrest/releases
apparently you can order (maybe filter) by nested json.
as an aside. this may affect naming of things:
ecto calls this embedded schemas
The text was updated successfully, but these errors were encountered: