Re: PostgreSQL 9.5 and process REST calls enquiry - Mailing list pgsql-general

From Adrian Klaver
Subject Re: PostgreSQL 9.5 and process REST calls enquiry
Date
Msg-id 56DC4C2E.9090601@aklaver.com
Whole thread Raw
In response to Re: PostgreSQL 9.5 and process REST calls enquiry  (Stefan Keller <sfkeller@gmail.com>)
List pgsql-general
On 03/05/2016 05:34 PM, Stefan Keller wrote:
> I'd like to extend (and complete) this thread by collecting
> programs/frameworks/applications that provide REST services over
> Postgres.
>
> I see following categories and open source web frameworks and/or libs:
> Those which
> * attach Postgres directly, like PostgREST (Haskell) or jsgrest
> (JavaScript serverside).
> * connect to (m)any db inc. Postgres, like Spring Boot (Java EE) or
> sandman2 (Python)
>
> PostgREST looks promising.
> But since Postgres 9.5 ff. has good JSON support (and given I like
> Python) I'd prefer an even more lightweight solution.
> Any suggestions?

Recently ran across the below, have not had time to actually try it out yet:

https://github.com/timothycrosley/hug

>
> :Stefan
>
>



--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Stefan Keller
Date:
Subject: Re: PostgreSQL 9.5 and process REST calls enquiry
Next
From: Alexander Farber
Date:
Subject: Subtract one array from another, both with non-unique elements