|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Classes | |
| class | Connection |
| struct | PgError |
| class | PreparedStatement |
| class | Result |
Typedefs | |
| template<typename T > | |
| using | PgResult = std::expected< T, PgError > |
Enumerations | |
| enum class | IsolationLevel { ReadUncommitted , ReadCommitted , RepeatableRead , Serializable } |
Functions | |
| std::string | format_error (const PgError &error) |
| Format a PgError for exception messages. | |
| using relx::pgsql_async_wrapper::PgResult = typedef std::expected<T, PgError> |
Definition at line 59 of file pgsql_async_wrapper.hpp.
|
strong |
| Enumerator | |
|---|---|
| ReadUncommitted | |
| ReadCommitted | |
| RepeatableRead | |
| Serializable | |
Definition at line 134 of file pgsql_async_wrapper.hpp.
|
inline |
Format a PgError for exception messages.
Definition at line 53 of file pgsql_async_wrapper.hpp.