comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: New AWS-based website
Date: Fri, 13 Apr 2012 11:31:47 +0200
Date: 2012-04-13T11:31:47+02:00	[thread overview]
Message-ID: <totkhnfqlqnu$.179d1ovd10858.dlg@40tude.net> (raw)
In-Reply-To: 21586328.6.1334304311295.JavaMail.geo-discussion-forums@ynhs12

On Fri, 13 Apr 2012 01:05:11 -0700 (PDT), Ludovic Brenta wrote:

> I too like PostgreSQL but my first choice of database would
> be SQLite because it avoids all the network and administrative
> overhead associated with a database server.  I would use
> PostgreSQL as a second choice if I really needed to run the
> database and the web server on different machines or if there
> were more than one client connecting to the same database.  Is
> that your case?

But SQLite and full-scale RDBMS have just different applications. SQLite is
for single-file, single-client cases. If the standard Ada library provided
an OS-agnostic transaction safe persistence, you would not need SQLite at
all. A true stand-alone RDBMS is an absolutely different beast.

> (Oh and in case you ask: you do not need ODBC to talk to an
> SQLite database).

Yes, that follows from the above. You need no abstraction layer for the
cases where SQLite comes in question.

ODBC is about communication to a possibly unknown server in a more or less
independent way, since SQL failed to deliver. Well, ODBC failed too, but on
a lesser scale.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



  reply	other threads:[~2012-04-13  9:32 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-10 22:10 New AWS-based website Maciej Sobczak
2012-04-10 22:42 ` Ludovic Brenta
2012-04-11  1:15   ` Jeffrey Carter
2012-04-11  7:15     ` tonyg
2012-04-11  7:21   ` Maciej Sobczak
2012-04-11  7:07 ` tonyg
2012-04-11 11:18   ` Maciej Sobczak
2012-04-11  7:18 ` Pascal Obry
2012-04-11 18:40 ` Shark8
2012-04-12  7:35   ` Maciej Sobczak
2012-04-13  8:05     ` Ludovic Brenta
2012-04-13  9:31       ` Dmitry A. Kazakov [this message]
2012-04-13 13:50       ` Maciej Sobczak
2012-04-12  7:45 ` Thomas Locke
2012-04-12  8:30   ` tonyg
2012-04-12  9:17     ` Thomas Locke
2012-04-12 14:07   ` Maciej Sobczak
2012-04-12 14:28     ` Thomas Locke
2012-04-12 20:00       ` Shark8
2012-04-12 20:31         ` mockturtle
2012-04-13  8:14         ` [OT] " Jacob Sparre Andersen
2012-04-13 16:09           ` Pascal Obry
2012-04-13  7:35       ` Maciej Sobczak
2012-04-13 14:11         ` Thomas Løcke
2012-04-13 16:10         ` Pascal Obry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox