SQL Back End
marcus
lists at wordit.com
Wed Sep 13 19:54:07 MDT 2006
On Thursday 14 September 2006 01:56, Robby Stephenson wrote:
> KexiDB would let the user choose between SQL backends, it's not a
> database in its own right.
I guess it's like using Perl's DBI (Database Interface)?
You have one API for a range of backends. That's what I used and first I
used Mysql on the server, then SQLite on the desktop (Mysql was not
easy or stable under a Windows desktop at the time) and did not have to
change any code for DB access.
I doubt you'll actually notice which DB backend is being used on the
desktop, unless you network the DB and several people access it at
once? Performance should be near the same.
Marcus
More information about the tellico-users
mailing list