Re: PostgreSql embedded available? - Mailing list pgsql-general

From Austin Winstanley
Subject Re: PostgreSql embedded available?
Date
Msg-id 527a90a10705081214w2d47aa51n4f94a0cd6d335c52@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSql embedded available?  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
Thanks for the replies and help everyone...



On 5/8/07, Rich Shepard <rshepard@appl-ecosys.com> wrote:
On Tue, 8 May 2007, Scott Marlowe wrote:

>> Is there a version of PostgreSql that can be embedded with an
>> application?

> Nope, and it's not real likely to happen.  Take a look at sqllite.

   Yes, SQLite (http://www.sqlite.org/) is the way to go for embedded RDBMS.
Syntax is close to that of postgres, and it's available for use in any
application. Great product when you need to incorporate an invisible data
storage facility.

Rich

--
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.        |          Accelerator(TM)
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend



--
Thanks,
Austin Winstanley
Tradelogic Software Group

pgsql-general by date:

Previous
From: Gerhard Wiesinger
Date:
Subject: Problem with data corruption and psql memory usage
Next
From: woodb@niwa.co.nz
Date:
Subject: Re: Views- Advantages and Disadvantages