Is there a good PHP client for SQLite 3 databases?
I'm looking for something like phpMyAdmin of SQLBuddy that allows me to manage SQLite 3 databases, preferably one that uses the PDO (pdo_sqlite) driver.
Is there a good PHP client for SQLite 3 databases?
I'm looking for something like phpMyAdmin of SQLBuddy that allows me to manage SQLite 3 databases, preferably one that uses the PDO (pdo_sqlite) driver.
There is a nice Firefox plugin. Then again, that's not a PHP client.