mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-01 06:59:42 -06:00
8 lines
118 B
C++
8 lines
118 B
C++
#ifndef SQLGEN_SQLITE_HPP_
|
|
#define SQLGEN_SQLITE_HPP_
|
|
|
|
#include "../sqlgen.hpp"
|
|
#include "sqlite/connect.hpp"
|
|
|
|
#endif
|