userver: userver
The C++ Asynchronous Framework 🐙 userver is the modern open source asynchronous framework with a rich set of abstractions for fast and comfortable creation of C++ microservices, services and utilities. The problem of efficient I/O interactions is solved transparently for the developers: std::size_t Ins(storages::postgres::Transaction& tr, std::string_view key) { // Asynchronous execution of the SQL query in transaction.