[Lazarus] More explorations with tiOPF
Lukasz Sokol
el.es.cr at gmail.com
Tue Mar 15 10:25:31 CET 2011
On 15/03/2011 08:57, Graeme Geldenhuys wrote:
[...]
>
> I know nothing about SQLLite.... Is it free to use? ie, can I download something like a client library or server (that's if everything isn't included with FPC itself), and include it in my hourly build sever runs? I already test 5 persistence layers like that using FPC 32bit and 64bit... I should really include SqlLite, MySQL and Postgres in those runs too - at least I know the latter two are free, plus we have a spare linux server here, that is not doing much at the moment.
>
>
> Regards,
> - Graeme -
>
SQLite is (or at least I think it is) the library that makes your program think it talks to
fully loaded database server, where in fact it is just a file or two; has the advantages of fully
database operation (speed) and can be set up to work fully in memory, but without special setup
(I think) it can't handle concurrency;
(Firefox uses that a lot, currently actually for everything : ever wondered how they implemented
Private Browsing vel P**n Mode ?)
L.
More information about the Lazarus
mailing list