Features
Fully implemented first round of convenience functions for C++ SQlite wrapper class.
- query
- insert
- update
- remove
SQLiteDatabaseHelper
Implemented as a base class for inheriting provides more convenience over using the SQLiteDatabase class directly.
Future work
- test for thread safety
- increase unit test coverage
- documentation