Files
sqlgen/include/sqlgen/postgres.hpp
2025-04-19 10:12:12 +02:00

9 lines
160 B
C++

#ifndef SQLGEN_POSTGRES_HPP_
#define SQLGEN_POSTGRES_HPP_
#include "../sqlgen.hpp"
#include "postgres/Credentials.hpp"
#include "postgres/connect.hpp"
#endif