|
|
|
|
|
by dietrichepp
3653 days ago
|
|
Wordpress does not abstract the database, so migration to SQLite would break tons of plugins. Wordpress is also a PHP application, and it's common to have multiple PHP processes running in parallel, which makes it much harder to use SQLite. |
|