summaryrefslogtreecommitdiff
path: root/src/database/type_to_sql.hpp
blob: 5ae03add7c5a4920bea840a78a471a3a79550d2a (plain)
1
2
3
4
5
6
#pragma once

#include <string>

template <typename T>
struct TypeToSQLType { static const std::string type; };