Skip to content

Version 1.0 Release

Latest

Choose a tag to compare

@washcycle washcycle released this 23 Sep 02:44
· 6 commits to master since this release

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