Re: [GENERAL] Examples of projects that use Postgres "as API server"

2014-06-30 Thread Thomas Kellerer
Ben Ellis, 29.06.2014 03:10: > Hi all, > > I've been using Postgres for a small project and I've been very > impressed by its flexibility in defining new types and functions. I > very much like having the ability to define a clean relational model > and then a set of functions that act as the API

Re: [GENERAL] Examples of projects that use Postgres "as API server"

2014-06-30 Thread Bill Moran
On Mon, 30 Jun 2014 16:46:42 +0300 Emre Hasegeli wrote: > > I've been using Postgres for a small project and I've been very impressed > > by its flexibility in defining new types and functions. I very much like > > having the ability to define a clean relational model and then a set of > > funct

Re: [GENERAL] Examples of projects that use Postgres "as API server"

2014-06-30 Thread Emre Hasegeli
> I've been using Postgres for a small project and I've been very impressed > by its flexibility in defining new types and functions. I very much like > having the ability to define a clean relational model and then a set of > functions that act as the API to the data stored in my model. > > Does

[GENERAL] Examples of projects that use Postgres "as API server"

2014-06-28 Thread Ben Ellis
Hi all, I've been using Postgres for a small project and I've been very impressed by its flexibility in defining new types and functions. I very much like having the ability to define a clean relational model and then a set of functions that act as the API to the data stored in my model. Does an