News

XnView uses an SQLite database for storing this info and accessing it; Windows uses a flat file for the image metadata and another for the actual image thumbnails.
SQLite supports several datatypes: NULL for empty, INTEGER and REAL for signed integers and floating point values respectively, TEXT for text strings, and BLOB for binary files.