RazorSQL SQLite Driver

RazorSQL versions 4.0.1 and greater ship with a custom driver for SQLite verison 3.

RazorSQL communicates with SQLite via the RazorSQL SQLite Driver, which communicates to SQLite via the SQLite command line program. The SQLite command line tool ships with RazorSQL for Windows, and is pre-bundled with Mac and is located here: /usr/bin/sqlite3. For other operating systems, the SQLite command line tool will have to be manually installed in order to use the RazorSQL SQLite Driver.

JDBC drivers are also available for SQLite. However, it is recommended that users use the RazorSQL SQLite Driver if possible.