[Lazarus] Embedded/small database
Michael Van Canneyt
michael at freepascal.org
Tue Feb 17 15:21:32 CET 2015
On Tue, 17 Feb 2015, Kostas Michalopoulos wrote:
> Possibly, but if there is no need to be networked then this adds extra baggage (ie. bloat) for no reason at all.
There is no baggage. Both systems work with a dll, which you must ship. Up to that point, it is the same.
The difference is that Firebird - in difference with sqlite - is a REAL rdbms, with fully functional type safety,
actual stored procedures, triggers and whatnot.
Sqlite is only good for storing preferences. Anyone using it for something else is playing with fire.
Michael.
More information about the Lazarus
mailing list