Moved everything into folder sqlgen; added sqlgen.hpp

This commit is contained in:
Dr. Patrick Urbanke
2025-03-22 04:39:42 +01:00
parent 9c7640f150
commit 7462ba470e
16 changed files with 9 additions and 0 deletions

9
include/sqlgen.hpp Normal file
View 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