Difference between revisions of "Talk:GEPS 032: Database Backend API"

From Gramps
Jump to: navigation, search
m (SQLHeavy ?)
m
Line 14: Line 14:
 
  * ORM, including a code generator and field-level change notifications
 
  * ORM, including a code generator and field-level change notifications
 
  * GTK+ integration
 
  * GTK+ integration
 +
 +
I do not know if it is possible to ignore or skip GTK+ integration... :(

Revision as of 18:31, 3 December 2013

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... :(