Re: embedded postgresql
scott.marlowe <scott.marlowe@ihs.com>
From: "scott.marlowe" <scott.marlowe@ihs.com>
To: jini us <jiniusuk@yahoo.co.uk>
Cc: <pgsql-general@postgresql.org>
Date: 2003-11-13T18:07:32Z
Lists: pgsql-general
On Thu, 13 Nov 2003, jini us wrote: > Hi, > > I am starting a new project where I intend to use > embedded database server in my win32 application. > I intend to use VC++ microsoft studio 6.0 as my > development environment. > > The postgres.org website seems to be catering for > people with all sorts of requirements and platforms. > > 1. Where can I find the binary distribution so that I > can use postgres server as an embedded database. > I assume it is a .dll If you truly want to embed a database in your program, you probably don't want postgresql, as it is massive overkill for an embedded database. Look at SQLite: http://www.sqlite.org/ > 3. Is it correct that I do not have to pay any user > licences. > Postgres is free not only for development but also I > can include it in my software package. Correct, postgresql is free as in speech, and free as in beer, and free as in "the village bicycle".