Re: PostGreSQL for a small Desktop Application

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostGreSQL for a small Desktop Application
Date: 2007-06-14 15:40:05
Message-ID: Pine.GSO.4.64.0706141138370.14861@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-general by date

  From Date Subject
Next Message tom 2007-06-14 16:02:30 Re: DeadLocks..., DeadLocks...
Previous Message Gary Fu 2007-06-14 15:12:02 allocate chunk of sequence