On Mon, 2005-09-19 at 13:04 +0100, Foster Gareth wrote: > > to libs, you probably knew this...), because else you have to > > run mysql > > on a server or local, if your app runs on different pc's its a other > > I seem to remember hearing that there is a MySQL light now that doesn't > require a server. Might want to google for that. Appologies if I just > dreamed it or something.
Hi, well there is SQL Lite [1] which implements most of SQL 92 and i'm told it's extremely fast for read-only access. I have never used it in a project of mine but it gets nice reviews all the time. Matthias [1]: http://www.sqlite.org/ -- Matthias Kestenholz [EMAIL PROTECTED] http://blog.irregular.ch/ _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
