| adddsn.c [code] | DSN creation utility for Win32 |
| blobtoxy.c [code] | 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 [code] | 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 [code] | SQLite extension module for importing/exporting database information from/to SQL source text and export to CSV text |
| impexp.h [code] | SQLite extension module for importing/exporting database information from/to SQL source text and export to CSV text |
| inst.c [code] | SQLite ODBC Driver installer/uninstaller for WIN32 |
| sqlite3odbc.c [code] | SQLite3 ODBC Driver main module |
| sqlite3odbc.h [code] | Header file for SQLite3 ODBC driver |
| xpath.c [code] | SQLite extension module to select parts of XML documents using libxml2 XPath and SQLite's virtual table mechanism |
| zipfile.c [code] | SQLite extension module for mapping a ZIP file as a read-only SQLite virtual table plus some supporting SQLite functions |