summaryrefslogtreecommitdiff
path: root/ext/bg/js/generic-database.js
Commit message (Collapse)AuthorAge
* Generic database (#600)toasted-nutbread2020-06-21
* Update test * Rename db to _db * Create GenericDatabase class * Catch prepare error * Allow database to be purged even if it was not open * Remove unused functions * Change static functions to non-static * Delete and count using the media object store * Update tests