Here is a list of all files with brief descriptions:
| adddsn.c | DSN creation utility for Win32 |
| blobtoxy.c | SQLite extension module for read-only BLOB to X/Y mapping using SQLite 3.3.x virtual table API plus some useful scalar and aggregate functions |
| csvtable.c | SQLite extension module for mapping a CSV file as a read-only SQLite virtual table plus extension function to import a CSV file as a real table |
| impexp.c | SQLite extension module for importing/exporting database information from/to SQL source text and export to CSV text |
| impexp.h | SQLite extension module for importing/exporting database information from/to SQL source text and export to CSV text |
| inst.c | SQLite ODBC Driver installer/uninstaller for WIN32 |
| sqlite3odbc.c | SQLite3 ODBC Driver main module |
| sqlite3odbc.h | Header file for SQLite3 ODBC driver |
| xpath.c | SQLite extension module to select parts of XML documents using libxml2 XPath and SQLite's virtual table mechanism |
| zipfile.c | SQLite extension module for mapping a ZIP file as a read-only SQLite virtual table plus some supporting SQLite functions |