sqlite_modern_cpp
sqlite_modern_cpp copied to clipboard
Ability to interrupt queries
Application may require queries to be interrupt. AFAIK, sqlitemoderncpp does not provide any way to do that.
For now, I'll try to use sqlite3_interrupt(m_db.connection().get());. But that would be great to have it in the API.