SQLite format 3@ ³ ³-â$ûû      M9’pM‚ „tablecalendarscalendarsCREATE TABLE calendars ( id integer primary key asc, principaluri text, displayname text, uri text, ctag integer, description text, calendarorder integer, calendarcolor text, timezone text, components text , transparent bool)‚++ƒutablecalendarobjectscalendarobjectsCREATE TABLE calendarobjects ( id integer primary key asc, calendardata blob, uri text, calendarid integer, lastmodified integer , etag text, size integer, componenttype text, firstoccurence integer, lastoccurence integer)$‚'tablecardscardsCREATE TABLE cards ( id integer primary key asc, addressbookid integer, carddata blob, uri text, lastmodified integer )D%%‚KtableaddressbooksaddressbooksCREATE TABLE addressbooks ( id integer primary key asc, principaluri text, displayname text, uri text, description text, ctag integer ) ¥2èoVÕ263 !!‚1tableprincipalsprincipals CREATE TABLE principals ( id INTEGER PRIMARY KEY ASC, uri TEXT, email TEXT, displayname TEXT, vcardurl TEXT, UNIQUE(uri) ):‚StablelockslocksCREATE TABLE locks ( id integer primary key asc, owner text, timeout integer, created integer, token text, scope integer, depth integer, uri text )k‘3 G!indexsqlite_autoindex_principals_1principals +%%‚tablegroupmembersgroupmembers CREATE TABLE groupmembers ( id INTEGER PRIMARY KEY ASC, principal_id INTEGER, member_id INTEGER, UNIQUE(principal_id, member_id) )7 K%indexsqlite_autoindex_groupmembers_1groupmembers } Ytableusersusers CREATE TABLE users ( id integer primary key asc, username TEXT, digesta1 TEXT, UNIQUE(username) )) =indexsqlite_autoindex_users_1users