Re: About PostgreSQL as developer - Mailing list pgsql-general

From Scott Marlowe
Subject Re: About PostgreSQL as developer
Date
Msg-id CAOR=d=3oUrvMLVHGU8e+qAWAdJXLnM0H2DMwoPydfP=QNXtZUg@mail.gmail.com
Whole thread Raw
In response to About PostgreSQL as developer  (Hernán Cano Martínez <jhernancanom@hotmail.com>)
Responses Re: About PostgreSQL as developer  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-general
On Fri, Nov 2, 2012 at 11:11 PM, Hernán Cano Martínez
<jhernancanom@hotmail.com> wrote:
>
> Hi, boys.
> I am interested in the way of implement PostgreSQL in my apps --if
> possible-- in a native way.
> I am in a project that use C++ as the base programming-language.

If you want an embedded db, you'd likely do better looking elsewhere.
PostgreSQL's design does not lend itself to embedded work. SQLite is a
good choice there.

If you're looking at writing a self-contained app etc then you could
look at something like a live CD with it, google pglive for an
example.


pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: About PostgreSQL as developer
Next
From: Craig Ringer
Date:
Subject: Re: About PostgreSQL as developer