🐙 userver provides access to SQLite databases servers via components::SQLite. The uSQLite driver is asynchronous, and with it one can write queries like this: Sample SQLite usage
No macros, no meta-structs, no boilerplate, just your types used directly.
Features
Asynchronous API based on userver coroutines;
Automatic connection pooling with smart routing;
Prepared statements with variadic-template parameter binding;