| |
Zend Developer Zone | SQLite Introduction |
 | | SQLite is an embedded database library that implements a large subset of the SQL 92 standard. |
 | | SQLite also supports a flexible mechanism for passing database resources in the procedural interfaces, making it equally easy to switch from MySQL, where the resource is passed last, and PostgreSQL, where it is passed first. |
 | | SQLite also features a powerful OO interface that can be used to efficiently retrieve data from a database, saving you from having to implement your own OO wrappers around the procedural interface. |
| devzone.zend.com /node/view/id/760 (2701 words) |