| Class | SqliteStore |
| In: |
lib/storage/sqlitestore.rb
|
| Parent: | Store |
The SqliteStore class manages access to all object storage.
Check if an object is in the database by its id.
Iterate through all objects This needs to have all the possible keys first. So we need to fetch them from the cache and from the database and and produce a list of unique keys.
Finds an object in the database by its id.