Context
WP_MySQL_On_SQLite is now the primary PDO-compatible API, but the deprecated WP_SQLite_Driver class remains temporarily for backward compatibility.
Remove the compatibility class only after maintained dependent projects no longer instantiate, extend, type against, or otherwise depend on WP_SQLite_Driver or its legacy constructor and result API.
Known dependent projects
Public code search also finds many repositories containing vendored plugin copies or application snapshots. Re-run the search before removal, but do not treat every copied release as a separately coordinated dependency.
Removal criteria
Context
WP_MySQL_On_SQLiteis now the primary PDO-compatible API, but the deprecatedWP_SQLite_Driverclass remains temporarily for backward compatibility.Remove the compatibility class only after maintained dependent projects no longer instantiate, extend, type against, or otherwise depend on
WP_SQLite_Driveror its legacy constructor and result API.Known dependent projects
WP_MySQL_On_SQLitedirectly after Simplify the MySQL-on-SQLite driver API #449.WP_SQLite_Driver.WP_SQLite_Driver.WP_SQLite_Driver.WP_Markdown_DriverextendsWP_SQLite_Driver, and the write engine type-hints it.WP_SQLite_Driver.Public code search also finds many repositories containing vendored plugin copies or application snapshots. Re-run the search before removal, but do not treat every copied release as a separately coordinated dependency.
Removal criteria
WP_SQLite_Driver.WP_SQLite_Driver; classify any remaining maintained consumers.class-wp-sqlite-driver.php, its loader entry, and compatibility-only tests.