WordPress / sqlite-database-integration

Feature Plugin to add SQLite support to WordPress. Under Development.
GNU General Public License v2.0
202 stars 30 forks source link

feat: support SQLite WAL mode #102

Open soulteary opened 2 months ago

soulteary commented 2 months ago

Hello maintainer 👋

This plug-in project is very good. Although SQLite is suitable for small websites, for small websites with intensive writing, perhaps turning on WAL can further improve the user experience.

And it has almost no side effects.