SQLite format 3@ -)          Ln;tablereposreposCREATE TABLE repos (repo_order INTEGER PRIMARY KEY AUTOINCREMENT,repo VARCHAR NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)19tablepkglistpkglistCREATE TABLE pkglist (full_name VARCHAR NOT NULL UNIQUE,name VARCHAR NOT NULL,ver VARCHAR NOT NULL,arch VARCHAR DEFAULT NULL,ext VARCHAR DEFAULT NULL,location VARCHAR DEFAULT '.',summary VARCHAR DEFAULT '',desc TEXT DEFAULT '',compressed INT DEFAULT 0,uncompressed INT DEFAULT 0,cat VARCHAR DEFAULT 'unknown',repo_order INTEGER REFERENCES repos(repo_order) ON DELETE CASCADE,PRIMARY KEY (name, repo_order)) QUb -^ !!tablecache_infocache_info CREATE TABLE cache_info (key TEXT PRIMARY KEY, value INTEGER)3 G!indexsqlite_autoindex_cache_info_1cache_info;Itablefilelistfilelist CREATE TABLE filelist (full_name VARCHAR NOT NULL REFERENCES pkglist(full_name) ON DELETE CASCADE,filename VARCHAR NOT NULL,PRIMARY KEY (full_name, filename))/ Cindexsqlite_autoindex_filelist_1filelist -Aindexsqlite_autoindex_pkglist_1pkglist-Aindexsqlite_autoindex_pkglist_2pkglist##mtablecollectionscollectionsCREATE TABLE collections (name VARCHAR NOT NULL,repo_order INTEGER NOT NULL,collection_pkg VARCHAR NOT NULL,PRIMARY KEY (name, repo_order, collection_pkg)FOREIGN KEY (name, repo_order) REFERENCES pkglist(name, repo_order) ON DELETE CASCADE)5I#indexsqlite_autoindex_collections_1collections   /last_modification / last_modification