christian-putzke / Roundcube-CardDAV

Roundcube CardDAV Plugin
http://www.graviox.de
GNU Affero General Public License v3.0
119 stars 28 forks source link

sqlite #71

Closed markuman closed 10 years ago

markuman commented 10 years ago

As it looks like, it use the database connection from the roundcube setup (mysql or postgresql). So running roundcube with sqlite backings is not supported now?

lpapier commented 10 years ago

You can try https://github.com/graviox/Roundcube-CardDAV/pull/73

markuman commented 10 years ago

Works like a charm!!!

I've applied the sqlite file with

    sqlite3 path/sqlite.db < plugins/carddav/SQL/sqlite.sql
christian-putzke commented 10 years ago

SQLite ist now supported. Thanks to lpapier!