Datatypes In SQLite 1. Datatypes In SQLite Most SQL database engines (every SQL database engine other than SQLite, as far as we know) uses static, rigid typing. With static typing, the datatype of a value is determined by its container - the particular column in which the val www.sqlite.org 1 NULL 2 INTEGER 3 REAL 4 TEXT 5 BLOB