Re: [DB-SIG] Connecting to a REST API

2020-03-15 Thread Christoph Zwerschke
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:

Re: [DB-SIG] Connecting to a REST API

2020-03-15 Thread 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. On Fri, Mar 13, 2020, at 5:00 PM, Rob Kinyon wrote: > For various reasons (no

[DB-SIG] Connecting to a REST API

2020-03-14 Thread Rob Kinyon
For various reasons (not all of them sane), one of my clients wants to implement a data access layer using a REST API that provides a single route which takes a SQL statement as its only parameter and returns the result of that statement as an array of hashes in JSON. (For now, please ignore the pr