#ifndef QUERY_RESULT_HPP #define QUERY_RESULT_HPP #include namespace matador::sql { struct result { std::string sql; }; } #endif //QUERY_RESULT_HPP