Closed igorsiem closed 7 years ago
This will probably take a little longer than expected. The SQLite interface is in straight-up C, and it would be handy to have a light-weight C++ wrapper around it, for tighter integration and ease of use. Such things do exist, but they all seem to do a lot more than we need, so we'll proceed with a small, 'hand rolled' set of classes that are easily integrated into the main library logging and error-handling framework.
Completed 'MVP' integration, with a C++ wrapper that performs basic CRUD operations on a SQLite database. See PR https://github.com/igorsiem/ensync/pull/22.
Statement
As a Contributor or Developer, I want SQLite to be integrated into the enSync library, so I can use SQLite as a data source, and possibly as a configuration storage medium
Acceptance Criteria