Key:Value store.
Extending my dbSQLite class so that it functions as a Key:Value store. Perfect for storing user preferences, although I was a bit peeved to discover that SQLite doesn’t support ON DUPLICATE KEY UPDATE, hence the get within the set method.
For volatile storage just set this.db to null (line 6)