Re: Embedding postgresql in an application

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: sfpug(at)postgresql(dot)org
Subject: Re: Embedding postgresql in an application
Date: 2013-03-30 16:07:09
Message-ID: 51570DAD.8030305@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug


On 03/30/2013 07:38 AM, David Fetter wrote:
>
> On Fri, Mar 29, 2013 at 04:20:46PM -0700, Sam Talebbeik wrote:
>> Folks, I need to manually install postgresql on Ubuntu. I can not do
>> apt-get install.
>
> Consider embedding the entire application in a virtual machine running
> your choice of OS, DB version, etc. You will be able to control that
> and will save your end users and yourself a *lot* of grief.

+1 and if you do it correctly, you can support multiple VM types so the
user can use whichever one they already have installed (KVM, VirtualBox,
VMWare).

JD

>
> Cheers,
> David.
>

In response to

Responses

Browse sfpug by date

  From Date Subject
Next Message George Hartzell 2013-03-30 16:53:30 Re: Embedding postgresql in an application
Previous Message David Fetter 2013-03-30 14:38:39 Re: Embedding postgresql in an application