Skip to content

SQL Query to PostgREST URI translation

sql2pgrest converts standard SQL that you know and love into the rather mysterious PostgREST URIs. There are bunch of decent Javascript clients out there (SAS makes a really good one) that are much more powerful than this, but sometimes you just want to hit Swagger and try some queries. This helps with that and not much more.

Try it out

You can try the library in the form below. Just type in an the query that you want to convert, and get a PostgREST URI back.

* Your queries are not stored or collected by this site.

For more information, head over to GitHub .

Don't forget to give us a star 🌟.