Run WordPress on SQLite. The SQLite plugin is a community, feature plugin. The intent is to allow testing an SQLite integration with WordPress and gather feedback, with the goal of eventually landing it in WordPress core. The plugin replaces the default MySQL database layer with an SQLite-backed implementation. WordPress continues to use its standard wpdb API while the plugin translates and emulates MySQL queries for SQLite. What the plugin provides No database server. Your site’s data is stored in a local SQLite database. Guided setup. The installation screen checks for the required PHP...
Read the full description on WordPress.org →