Examples of projects that use Postgres "as API server"

From: Ben Ellis <benjaminster(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Examples of projects that use Postgres "as API server"
Date: 2014-06-29 01:10:51
Message-ID: CA+pT5FUh5BzSPhnDbk=hL1-+rmsBOsiJeRCTYPGWjyP=ThVXZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 anyone know of a project or projects that use Postgres in a fashion
like this? I'd love to read the schemas of a project like that.

It's entirely possible that I'm just nuts, but it seems like a very good
idea to me-- or at least a happy medium between 'the database is just
tables' and 'cram everything into the database!'

Curiously,

Ben

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2014-06-29 12:28:36 Re: [pgadmin-support] Best backup strategy for production systems
Previous Message Pavel Stehule 2014-06-27 20:53:03 plpgsql_check is for PostgreSQL 9.2 now