This class can be used to retrieve data from an SQLite database using PDO.
It can connect to an SQLite database using the PDO API and execute SQL queries to retrieve data from the tables.
The data may be outputted formatted an an HTML table, a XML document or as a series of URL-encoded values.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
example.php |
Example |
Example File |
sqlitepdo.class.php |
Class |
SQLITE3 class for performing standard database operations and outputting results as html tabulated data, xml and urlencoded data |
step7.sql |
Data |
sqlite 3 database sample |