Skip to content

Releases: washcycle/CppQLite

Version 1.0 Release

23 Sep 02:44

Choose a tag to compare

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