Files
sqlgen/include/sqlgen.hpp
Dr. Patrick Urbanke 7f9393ee46 Added write functions
2025-04-05 10:42:14 +02:00

13 lines
259 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"
#include "sqlgen/write.hpp"
#endif