Re: SQLite-PostgreSQL comparison - Mailing list pgsql-general

From Adrian Klaver
Subject Re: SQLite-PostgreSQL comparison
Date
Msg-id 201106051127.52970.adrian.klaver@gmail.com
Whole thread Raw
In response to SQLite-PostgreSQL comparison  (Andre Majorel <aym-2lqsgp@teaser.fr>)
List pgsql-general
On Sunday, June 05, 2011 8:17:30 am Andre Majorel wrote:
> Does anyone know of a document comparing SQLite and PostgreSQL ?
>

As part of a more general comparison:
http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems

The thumbnail version based on my experiences:

1) File layout.
 SQLite is single file, embeddable.
Postgres is multi file client/server architecture.

2) Data typing
SQLite uses manifest typing(adaptative typing)
Postgres has strict typing.

3) SQL
SQLite, especially later versions has fairly extensive SQL support given its
size. The one area I find lacking is ALTER TABLE operations
Postgres has extensive SQL support. There are occasional discussions on just how
extensive.

4) Licensing
SQLite is in the Public Domain
Postgres license is here:
http://wiki.postgresql.org/wiki/FAQ#What_is_the_license_of_PostgreSQL.3F
It is derived from the BSD license.



> Thanks in advance.

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: piscesboy
Date:
Subject: EnterpriseDB-xDBReplicationServer java process on OS X.
Next
From: "Joshua D. Drake"
Date:
Subject: Re: EnterpriseDB-xDBReplicationServer java process on OS X.