What is the most straightfoward way to dump a SQLite database into a SQL or CSV file?
EDIT: From PHP (PDO).
|
|
|||||
|
|
|
I can't help you with the PHP part, but the
EDIT: I guess if you have to do this from PHP, use
(1) is a pretty bad idea if the database is large, as it will require quite a lot of memory. |
|||
|
|