SQLite
SQLite database bindings
wez
Wez Furlong
wez@php.net
lead
tal
Tal Peer
tal@php.net
developer
helly
Marcus Börger
helly@php.net
lead
iliaa
Ilia Alshanetsky
ilia@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.
Windows binary available from:
http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll
PHP
stable
2.0-dev
TBA
Added:
OO API (Marcus).