|
drogon
C++14/17-based HTTP application framework
|
#include <string>#include <unordered_map>#include <variant>

Go to the source code of this file.
Classes | |
| struct | drogon::orm::PostgresConfig |
| struct | drogon::orm::MysqlConfig |
| struct | drogon::orm::Sqlite3Config |
Namespaces | |
| namespace | drogon |
| Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn't handle async programs well. Drogon Test's syntax is inspired by both Google Test and Catch2. | |
Typedefs | |
| using | drogon::orm::DbConfig = std::variant<PostgresConfig, MysqlConfig, Sqlite3Config> |
Copyright 2024, Nitromelon. All rights reserved. https://github.com/drogonframework/drogon Use of this source code is governed by a MIT license that can be found in the License file.
Drogon