Concept for a database table type. More...
#include <relx/schema/table.hpp>
Concept for a database table type.
Requires the type to have a static constexpr table_name member that is convertible to std::string_view. Example: static constexpr auto table_name = "users";
Definition at line 31 of file table.hpp.