Open pearsonca opened 1 year ago
also of note: the bottom of the README that outlines several alternative SQLite wrapper libraries
also re tidying branch - this dependency also uses cmake for build process, so presumably would naturally incorporate as a submodule (might even also manage installation of sqlite3? that would be a nice bonus).
with updated approach to underyling db, need to confirm that it plays nice with sqlite3 extension libraries like eval()
.
Per subject line: https://github.com/SRombauts/SQLiteCpp
Biggest pro currently is that it's actively maintained.
Unknown: how it specifically exposes the features we use
Con: seems to have a bit more build to it, but: does explicitly talk about how to "install" it as a submodule.