perkeep/pkg/index/sqlite
mpl fdaf030bc0 index: add deletedAt method, and cache for deletion status
This method will be used to find out when a permanode or claim
was (un)deleted for the last time.

This change also introduces the keyDeletes index entry which
allows to find the permanodes/claims that a delete claim deletes.

Finally, since some index keys have changed, this CL introduces
a check for an index schema version, to force users to reindex
when needed.

http://camlistore.org/issue/191

Change-Id: I6f8e5d3030a6ddc8b21ff5dc5db311f2ea16f613
2013-11-06 23:34:13 +01:00
..
dbschema.go Be helpful about how to setup SQLite, especially on a Mac. 2013-06-22 17:51:09 -07:00
sqlite.go auth: fix security problem where 'localhost' allowed all access. 2013-08-31 13:44:44 -07:00
sqlite_cond.go Make sqlite support optional and detectable. 2013-01-10 14:29:20 -08:00
sqlite_test.go index: add deletedAt method, and cache for deletion status 2013-11-06 23:34:13 +01:00