SQLiteCpp
SQLiteCpp copied to clipboard
Implement iterators and range-based for loops
Lack of them defeats the purpose of this library.
Can you elaborate on what you mean? In which class, for which use case?
SQLite::Statement for the use case of queries retrieving rows. It is surprising that using an interface meant to be high-level I still have to do executeStep and reset myself.