PrevUpHomeNext

Basic conversions

The following table lists the C++ types for which quince_sqlite provides basic conversions. So these are the types T for which quince_sqlite allows direct_mapper<T>. The table also shows the SQL types to which they are converted.

C++ mapped type

SQL type from quince_sqlite's basic conversion

int64_t

INTEGER

serial

INTEGER

double

REAL

std::string

TEXT

std::vector<uint8_t>

BLOB


PrevUpHomeNext