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

From: Emre Hasegeli <emre(at)hasegeli(dot)com>
To: Ben Ellis <benjaminster(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Examples of projects that use Postgres "as API server"
Date: 2014-06-30 13:46:42
Message-ID: 20140630134642.GA69048@hasegeli.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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.

I am developing an application to send bulk emails. Most of its logic
is inside PostgreSQL. The schema is here:

http://github.com/tart/tart-mailer/tree/master/db

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2014-06-30 13:54:22 Re: Examples of projects that use Postgres "as API server"
Previous Message Arup Rakshit 2014-06-30 13:05:53 select users as per their years completion date current year