SQLiteCpp
SQLiteCpp copied to clipboard
std::string_view support
My goal is to fix this issue: https://github.com/SRombauts/SQLiteCpp/issues/517
Previous, similar PRs:
- https://github.com/SRombauts/SQLiteCpp/pull/224 : ambiguous overloads
- https://github.com/SRombauts/SQLiteCpp/pull/355 : missing C++17 ifdef guards
I should probably add unit tests and examples using string_view.