Files
oc-lib/~/.vscode-root/WebStorage/QuotaManager
T

9 lines
40 KiB
Plaintext
Raw Normal View History

2024-09-23 14:22:05 +02:00
SQLite format 3@ 
.r¢
ø wgÏ
ã
 À M Ú wa 7indexbuckets_by_expirationbuckets
CREATE INDEX buckets_by_expiration ON buckets(expiration)q=indexbuckets_by_last_modifiedbuckets CREATE INDEX buckets_by_last_modified ON buckets(type, last_modified)q=indexbuckets_by_last_accessedbucketsCREATE INDEX buckets_by_last_accessed ON buckets(type, last_accessed)U+sindexbuckets_by_hostbucketsCREATE INDEX buckets_by_host ON buckets(host, type)x9)indexbuckets_by_storage_keybucketsCREATE UNIQUE INDEX buckets_by_storage_key ON buckets(storage_key, type, name)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)ƒ…YtablebucketsbucketsCREATE TABLE buckets(id INTEGER PRIMARY KEY AUTOINCREMENT, storage_key TEXT NOT NULL, host TEXT NOT NULL, type INTEGER NOT NULL, name TEXT NOT NULL, use_count INTEGER NOT NULL, last_accessed INTEGER NOT NULL, last_modified INTEGER NOT NULL, expiration INTEGER NOT NULL, quota INTEGER NOT NULL, persistent INTEGER NOT NULL, durability INTEGER NOT NULL) STRICTf/tablemetametaCREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)';indexsqlite_autoindex_meta_1meta
§îà§
¯¯Éñå7IsBucketsBootstrapped;last_compatible_version version# mmap_status