avatar
Brian Coords @briancoords.com

Should WordPress ship with Sqlite by default, you can replace with MySQL as needed?

mar 23, 2025, 3:50 pm • 2 1

Replies

avatar
Ross Wintle @rosswintle.uk

No. Not until it's a first-class citizen with a proper abstraction layer, works with WP-CLI, and plugins can express support. But probably never. Otherwise a huge mess of user experience will follow.

mar 23, 2025, 3:52 pm • 5 0 • view
avatar
Tim Nash @tna.sh

As someone who uses SQLite in development and static site builds I would love to see parity most of the WP-CLI issues are around the use of mysql tooling and could be improved fairly easily. What can't is the large amount of plugins with non wpdb calls or making use of MySQL specific functions

mar 24, 2025, 12:20 pm • 2 0 • view