[DB-SIG] Connecting to a REST API

Christoph Zwerschke cito at online.de
Sun Mar 15 12:11:48 EDT 2020


Am 15.03.2020 um 16:24 schrieb Mike Bayer:
 > There are a few products that do this, there is one that I'm familiar
 > with which is built off of SQLAlchemy called slashdb
 > https://www.slashdb.com/ .  it is commercial, but appears to offer a
 > free development version.

If you use PostgreSQL, http://postgrest.org is a free option.
However, you can't execute arbitrary SQL so easily, see
http://postgrest.org/en/v6.0/api.html#custom-queries

In SlashDB you also need to define the SQL queries first, so maybe 
that's also not flexible enough.
https://www.slashdb.com/how-it-works/#sql-pass-thru

Actually it looks like you want GraphQL, not REST.
Again, if you use PostgreSQL, have a look at
https://www.graphile.org/postgraphile/

-- Christoph





More information about the DB-SIG mailing list