SQLite doesn’t have a dedicated CLOB data type. However, it can handle large text data using the TEXT type. In SQLite, the TEXT data type is a fundamental and widely – used option for storing character – based data. More: SQLite TEXT (CLOB).