CHAPTER 8Language Extensions

SQLite's native language is C. It is written in C and has its own C API. The open source community, however, has provided many extensions for SQLite that make it accessible to many programming languages and libraries such as Perl, Python, Ruby, Java, Qt, and ODBC. In many cases there are multiple extensions to choose from for a given language, developed by different people to meet different needs.

Many extensions conform to various API standards. One of the SQLite Perl extensions, for example, follows the Perl DBI—Perl's standard interface for database access. Similarly, one of the Python extensions conforms to Python's DB API specification, as does at least one of the Java extensions to JDBC. Regardless of their ...

Get The Definitive Guide to SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.