mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-08 10:29:33 -06:00
Moved everything into folder sqlgen; added sqlgen.hpp
This commit is contained in:
9
include/sqlgen.hpp
Normal file
9
include/sqlgen.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SQLGEN_HPP_
|
||||
#define SQLGEN_HPP_
|
||||
|
||||
#include "sqlgen/Connection.hpp"
|
||||
#include "sqlgen/Iterator.hpp"
|
||||
#include "sqlgen/Ref.hpp"
|
||||
#include "sqlgen/Result.hpp"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user