7c2026b4ae
object-oriented interface to various databases. PDO comes bundled with upcoming PHP 5.1, but can also be used with PHP 5.0 via PECL.
7 lines
372 B
Text
7 lines
372 B
Text
PHP is a programming language designed to be embedded into web pages.
|
|
|
|
This extension provides an SQLite v3 driver for PDO. SQLite V3 is
|
|
NOT compatible with the bundled SQLite 2 in PHP 5, but is a
|
|
significant step forwards, featuring complete utf-8 support, native
|
|
support for blobs, native support for prepared statements with
|
|
bound parameters and improved concurrency.
|