mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-09 19:09:53 -06:00
13 lines
259 B
C++
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
|