stokry / wp-sqlite

WordPress running on an SQLite database
Other
326 stars 14 forks source link

implement WAL mode for SQLite #7

Closed dhc02 closed 2 years ago

dhc02 commented 2 years ago

As mentioned in #1, write-ahead logging (a.k.a. WAL mode) can and probably should be enabled by default for using SQLite with Wordpress.