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
Is your feature request related to a problem? Please describe.
PostgREST should give us the ability to create a REST API on top of the postgres. Need to investigate if this works for us and if its worth using.
The text was updated successfully, but these errors were encountered:
main...BWhitfield:guac:postgrest
SELECT * FROM package_names WHERE type = 'alpine' LIMIT 5 OFFSET 5
http://localhost:3000/package_names?type=eq.alpine&offset=5&limit=5
[ { "id": "a3eddff2-4c32-53c6-9adc-0702a804b2a7", "type": "alpine", "namespace": "", "name": "ca-certificates-bundle" }, { "id": "819cdb9d-3fc2-504d-a351-1bcad092d69a", "type": "alpine", "namespace": "", "name": "zlib" }, { "id": "a9e88158-8445-5c3f-998c-868dd5da010b", "type": "alpine", "namespace": "", "name": "libc-utils" }, { "id": "befec236-f7b9-51bf-adab-0a8ecf54c473", "type": "alpine", "namespace": "", "name": "apk-tools" }, { "id": "370e957a-6396-5082-9e06-279bc7cf5675", "type": "alpine", "namespace": "", "name": "libssl1.1" } ]
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
PostgREST should give us the ability to create a REST API on top of the postgres. Need to investigate if this works for us and if its worth using.
The text was updated successfully, but these errors were encountered: