
I have some questions for the author: 1. Many functions are overloaded to accept an error_code and error_info, effectively having throwing and non-throwing overloads. Have you considered unifying these by using system::result? 2. What compilers and C++ standards are supported by the library? It looks like C++14, but docs don't say it. 3. What's the rationale behind BOOST_SQLITE_NO_VIRTUAL? Wouldn't setting it cause trouble, being a compiled library? 4. I'm interested in the use case of exposing an in-memory data structure through a virtual table. I'm looking at multi_index.cpp, the Doxygen comments and the official sqlite docs on virtual tables. Is there any additional docs on the topic that can help me? 5. Docs for field::get_text() state "Returns the value as text, i.e. a string_view. Note that this value may be invalidated" - what does this mean? Thanks, Ruben.