POV-Ray : Newsgroups : povray.off-topic : C++ / database question : Re: C++ / database question Server Time
6 Sep 2024 11:18:04 EDT (-0400)
  Re: C++ / database question  
From: Nicolas Alvarez
Date: 19 Feb 2009 09:55:06
Message: <499d72ca@news.povray.org>
scott wrote:
> Got that all working now - at some later date I will need to figure out
> how to install postgres silently with all the correct options so my app
> will run
> without having to explain to the user how to install it.  And then cope
> with what happens when postgres is already installed...

I think there is an embedded Postgres so you link it with your app, instead
of running it as a separate process and connecting to it.

Or you could use SQLite instead, which is specifically made for embedding :)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.