Warning!
The version you're viewing is not the latest.
Go to the latest version
Enum ClientType
Description
No description yet.
Values
PostgreSQL = 0 | |||
Mysql | Mentioned in:
| ||
Sqlite3 | Mentioned in:
|
Source
Lines 73-78 in orm_lib/inc/drogon/orm/SqlBinder.h.
enum class ClientType
{
PostgreSQL = 0,
Mysql,
Sqlite3
};