SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
table_mapping.h File Reference

Description

Defines the sqt::TableMapping primary template and related helper templates.

Typedefs

template<typename ENTITY>
using sqt::TableType = TableMapping<ENTITY>::type

Variables

template<typename ENTITY>
constexpr const auto & sqt::Table = TableType<ENTITY>::GetInstance()