Skip to main content

Types

TinyDatabase defines some types used to setup columns when creating table. User must used them as char sequence

typesTinyDatabase types
bool"BOOL"
byte"BYTE"
float"FLOAT"
int"INT"
long"LONG"
unsigned int"UINT"
unsigned long"ULONG"
char"CHAR"
n sequence of char"CHARn"