Storage API
- From: Bastien Nocera <hadess hadess net>
- To: gtk-devel-list gnome org
- Subject: Storage API
- Date: Wed, 01 May 2013 16:31:59 +0200
Heya,
I've started writing a simple database-like application in Javascript
using GTK+, and I wondered about what to use for storage.
gjs currently doesn't have bindings for SQLite, and using intermediate
bindings like libgda I found too low-level (provider-specific SQL, the
need to write SQL and highly manual schemas upgrade paths). Dumping
serialised Javascript objects to the filesystem isn't really elegant
either.
I was wondering whether an API based on HTML5's IndexedDB[1] (and maybe
a GtkTreeModel to display the database contents/filtered results) would
be of interest in GLib.
If it's of interest, I'd like to start discussing and designing the API
with interested parties.
Cheers
[1]: http://www.html5rocks.com/en/tutorials/offline/storage/#indexed-db
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]