Skip to content

Google Gears

Thursday, 31 May 2007  |  jaroslaw staniek

Google uses the same db backend as Kexi for offline operations.

I mean: SQLite.

http://code.google.com/apis/gears/api_database.html

Interesting times. This makes it possible to implement live connectivity to offline resources from KOffice and KDE itself. Then, after going online, the data can return to Google's server. With KexiDB it could also be automatically exported/replicated to your very own database, no matter it is MySQL, PostgreSQL or ODBC-compliant backend.

The idea of integrating Web Services and Desktop was also covered by "Web Interface for KDE Data Forms" KDE GSoC project.