Re: PostGreSQL for a small Desktop Application - Mailing list pgsql-general

From Greg Smith
Subject Re: PostGreSQL for a small Desktop Application
Date
Msg-id Pine.GSO.4.64.0706141138370.14861@westnet.com
Whole thread Raw
In response to Re: PostGreSQL for a small Desktop Application  (Marco Colombo <pgsql@esiway.net>)
List pgsql-general
On Thu, 14 Jun 2007, Marco Colombo wrote:

> PG still has advantages vs. SQLite, being more featured (do you need
> stored-procedures?). But if you plan to use an ORM tool for .Net you
> might even be able to switch between SQLite and PostgreSQL at any time
> w/o even noticing

The main thing to be wary of when trying this is the SQLite deals with
dates and times very differently than PostgreSQL does.  Even when
insulated with an ORM tool that can bite you.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: DeadLocks...
Next
From:
Date:
Subject: Re: DeadLocks..., DeadLocks...