SQLite SQLite database bindings wez Wez Furlong wez@php.net lead tal Tal Peer tal@php.net developer SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. This extension allows you to access SQLite databases from within PHP. PHP beta 0.9a 2003-04-21 Added: sqlite_popen() for persistent db connections. sqlite_unbuffered_query() for high performance queries. sqlite_last_error() returns error code from last operation. sqlite_error_string() returns description of error. sqlite_create_aggregate() for registering aggregating SQL functions. sqlite_create_function() for registering regular SQL functions. Fixed some build issues for thread-safe builds. API is considered stabilized for 4.3.x; this is a pre-release before announcing stable version 1.0.