|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
#include <algorithm>#include <array>#include <cstddef>#include <ostream>#include <string_view>Go to the source code of this file.
Classes | |
| struct | relx::schema::fixed_string< N > |
| Compile-time string type that can be used as template non-type parameter in C++20. More... | |
Namespaces | |
| namespace | relx |
| relx database connection | |
| namespace | relx::schema |
| namespace | relx::literals |
Functions | |
| template<std::size_t N> | |
| std::ostream & | relx::schema::operator<< (std::ostream &os, const fixed_string< N > &str) |
| template<char... Chars> | |
| constexpr auto | relx::literals::operator""_fs () |