mirror of
https://github.com/getml/sqlgen.git
synced 2025-12-31 14:39:31 -06:00
9 lines
160 B
C++
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
|