Files
sqlgen/include/sqlgen.hpp
Dr. Patrick Urbanke 27bb23a722 Added sqlgen::Literal
2025-03-22 04:45:02 +01:00

11 lines
198 B
C++

#ifndef SQLGEN_HPP_
#define SQLGEN_HPP_
#include "sqlgen/Connection.hpp"
#include "sqlgen/Iterator.hpp"
#include "sqlgen/Literal.hpp"
#include "sqlgen/Ref.hpp"
#include "sqlgen/Result.hpp"
#endif