Using that + a WP composer package (like https://packagist.org/packages/roots/wordpress) is much easier to maintain that a full "fork" of WP.
https://blog.cloudflare.com/introducing-d1/
- the WP-sqlite-db plugin
- akismet added
- themes before twentytwenty removed
- an empty 'wordpress.db'
- wp-config.db setup set to use the WP-sqlite-db plugin with the right file
- README
Which is all work to do to get setup correctly.
NOTE: the wp-config.php also needs to be modified to remove the keys and salts as well.
(edit: formatting).
Using that + a WP composer package (like https://packagist.org/packages/roots/wordpress) is much easier to maintain that a full "fork" of WP.