Files
sqlgen/include/sqlgen.hpp
2025-03-22 14:56:22 +01:00

12 lines
231 B
C++

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