Connect to a sqlite Database with PHP PDO
2020-08-13 17:00 PDT
Short reminder how to connect to a sqlite database with PHP's PDO database library
2020-08-13 17:00 PDT
Short reminder how to connect to a sqlite database with PHP's PDO database library
2017-08-11 17:00 PDT
Using sqlite (sqlite3) on the Ubuntu 16.04 Command Line.
2017-07-28 17:00 PDT
A short command to copy the contents of a mysql database into sqlite using myslqdump and sed. Assumes table structure (create statements) has already been setup in SQLite.