Open main menu

Gramps β

Talk:GEPS 032: Database Backend API

Revision as of 18:25, 16 December 2013 by Romjerome (talk | contribs) (Libgda ?: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SQLHeavy ?

My distribution is using SQLHeavy! (geary, music player, libappstore, etc ...)

Something additional to Sqlite?

SQLHeavy makes use of features provided by the GLIb libraries to provide functionality
which is absent from SQLite itself, including:
* Regular expressions
* Checksums
* ZLib compression/decompression
* Asynchronous queries and backups
* ORM, including a code generator and field-level change notifications
* GTK+ integration

I do not know if it is possible to ignore or skip GTK+ integration?

It seems to be possible to ignore GTK+ according to minor requirements: gio-2.0, glib-2.0, gobject-2.0, gthread-2.0, sqlite3.
SQLHeavy still needs glib-2.0 (Gnome stuff like with libgda) ... :(
eg, on ubuntu: libsqlheavy.

Libgda ?

Return to "GEPS 032: Database Backend API" page.