Re: embedded postgresql

From: "Stephen" <jleelim(at)xxxxxxx(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: embedded postgresql
Date: 2003-11-13 18:07:13
Message-ID: _JPsb.31503$Db2.13265@nntp-post.primus.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

PostgreSQL is not intended to be embedded into other programs. You might
want to try SQLite, it's a free embeddable SQL engine:

http://go.jitbot.com/sqlite

regards

"jini us" <jiniusuk(at)yahoo(dot)co(dot)uk> wrote in message
news:20031113005012(dot)81195(dot)qmail(at)web86110(dot)mail(dot)ukl(dot)yahoo(dot)com(dot)(dot)(dot)
> 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
>
> 2. Also I would like to have the documentation which
> shows how to start & stop the server programmatically
> and execute sql, to create a database, use select
> insert , update etc.
>
> 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.
>
> Thanks.
>
>
>
>
>
>
>
>
> ________________________________________________________________________
> Want to chat instantly with your online friends? Get the FREE Yahoo!
> Messenger http://mail.messenger.yahoo.co.uk
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-11-13 18:07:32 Re: embedded postgresql
Previous Message Tom Lane 2003-11-13 18:03:45 Re: Curious about exclusive table locks