Skip to content

what 'problems' does prest solve? #41

Answered by avelino
parsonsmatt asked this question in API Server
Discussion options

You must be logged in to vote

Some strengths of pREST:

  • SQL script Execution (endpoint based on predefined SQL) - resource was born by being software engineer not DBA, have no version control of functions (PostgreSQL resource) does not like me, we can version the script that creates the function, but when running it in PostgreSQL we have to drop function: https://docs.postgres.rest/executing-sql-scripts/
  • Extending (using with framework) - it is possible to use pREST as a Go framework, if you want to create different endpoints (that do other work besides talking to the database) it is possible and you get all the existing endpoints in pREST without having to implement: https://docs.postgres.rest/prest-as-web-framework/ *

Replies: 8 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by avelino
Comment options

You must be logged in to vote
1 reply
@avelino
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 participants
Converted from issue

This discussion was converted from issue #41 on October 22, 2020 12:11.