Title: SQLite Database Integration
Author: WordPress.org
Published: <strong>17. januara 2023</strong>
Last modified: 10. apryla 2026

---

Tykače pytać

![](https://s.w.org/plugins/geopattern-icon/sqlite-database-integration.svg)

# SQLite Database Integration

 Wot [WordPress.org](https://profiles.wordpress.org/wordpressdotorg/)

[Sćahnyć](https://downloads.wordpress.org/plugin/sqlite-database-integration.2.2.23.zip)

 * [Podrobnosće](https://hsb.wordpress.org/plugins/sqlite-database-integration/#description)
 * [Pohódnoćenja](https://hsb.wordpress.org/plugins/sqlite-database-integration/#reviews)
 * [Wuwiće](https://hsb.wordpress.org/plugins/sqlite-database-integration/#developers)

 [Podpěra](https://wordpress.org/support/plugin/sqlite-database-integration/)

## Wopisanje

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.

This feature plugin includes code from the PHPMyAdmin project (specifically parts
of the PHPMyAdmin/sql-parser library), licensed under the GPL v2 or later. More 
info on the PHPMyAdmin/sql-parser library can be found on [GitHub](https://github.com/phpmyadmin/sql-parser).

## HSP

### What is the purpose of this plugin?

The primary purpose of the SQLite plugin is to allow testing the use of an SQLite
database, with the goal to eventually land in WordPress core.

You can read the original proposal on the [Make blog](https://make.wordpress.org/core/2022/09/12/lets-make-wordpress-officially-support-sqlite/),
as well as the [call for testing](https://make.wordpress.org/core/2022/12/20/help-us-test-the-sqlite-implementation/)
for more context and useful information.

### Can I use this plugin on my production site?

Per the primary purpose of the plugin (see above), it can mostly be considered a
beta testing plugin. To a degree, it should be okay to use it in production. However,
as with every plugin, you are doing so at your own risk.

### Where can I submit my plugin feedback?

Feedback is encouraged and much appreciated, especially since this plugin is a future
WordPress core feature. If you need help with troubleshooting or have a question,
suggestions, or requests, you can [submit them as an issue in the SQLite GitHub repository](https://github.com/wordpress/sqlite-database-integration/issues/new).

### How can I contribute to the plugin?

Contributions are always welcome! Learn more about how to get involved in the [Core Performance Team Handbook](https://make.wordpress.org/performance/handbook/get-involved/).

### Does this plugin change how WordPress queries are executed?

The plugin replaces the default MySQL-based database layer with an
 SQLite-backed
implementation. Core WordPress code continues to use the wpdb API, while queries
are internally adapted to be compatible with SQLite syntax and behavior.

## Pohódnoćenja

![](https://secure.gravatar.com/avatar/e1ea4633379bbc6b5bc9e3fa3aeb4da60ccff6557ad69d37e851647ed4735a10?
s=60&d=retro&r=g)

### 󠀁[Works great on my low-traffic site](https://wordpress.org/support/topic/works-great-on-my-low-traffic-site/)󠁿

 [openletter](https://profiles.wordpress.org/openletter/) 29. junija 2025

I have no other services requiring MySQL/MariaDB, so this option saves me some memory
and headache. Have been running for around one year and zero issues, but my site
is very simple.

![](https://secure.gravatar.com/avatar/1b0c704cb4942dbae9b171341ee95b3e2cb7cd2d6dc0bcdaa4dcee89f3fc0a8d?
s=60&d=retro&r=g)

### 󠀁[Util para crear sitios de desarrollo](https://wordpress.org/support/topic/util-para-crear-sitios-de-desarrollo/)󠁿

 [Alberto Prado](https://profiles.wordpress.org/alprado/) 29. junija 2025

SQlite debería de ser la opción por defecto para WordPress. Es mucho más simple 
de administrar que mySQL y puede funcionar igual de bien. Este plugin es indispensable
para crear un WordPress de desarrollo que solamente necesita PHP para iniciar el
servidor sin instalar XAMPP ni otro software.

![](https://secure.gravatar.com/avatar/ded41d1ff4a5d949ab95362f662e228df0c04f364ef3603dc304efc1c3372904?
s=60&d=retro&r=g)

### 󠀁[Great, seems only one step away …](https://wordpress.org/support/topic/great-seems-only-one-step-away/)󠁿

 [Gareth Bult](https://profiles.wordpress.org/madpenguin/) 3. decembra 2024

Ok, so in terms of doing what it says in the tin, for me it looks great. I’ve set
up 20 – 30 instances, it runs my core plugins and has a footprint of ~ 105M when
running with a default setup. Seems to be at least as fast as the MySQL instances
sat next to them. Here’s the problem tho‘. It would seem I can’t actually convert
any existing sites over to run on these instances without a lot of manual work. (
I say this after reading the experiences of some others who claim to have tried).
Are there any relatively automatic tools and/or documentation that I might have 
missed when it comes to migrating a MySQL instance over to SqLite (and back, in 
the event of a problem), or at least a Roadmap of if / when such tools or plugins
might become available? A roadmap or estimation might at least (if it’s a long way
away) prompt someone to get on and do it?

![](https://secure.gravatar.com/avatar/9a38e5d4b02b4735c79831ec7d8e52ad04f20b2bc2bc3fc33593a60776bb1c11?
s=60&d=retro&r=g)

### 󠀁[First start](https://wordpress.org/support/topic/first-start-2/)󠁿

 [barbaroshh](https://profiles.wordpress.org/barbaroshh/) 26. nowembra 2024 6 replies

I added this plugin. Wordpress warned me that it would be reinstalled. But now everything
is gone.) Will it come back, hopefully?

![](https://secure.gravatar.com/avatar/c6597faba22dfca2d73c37013974a0fa24b16556f91b1e1af6c0a9ed436d507e?
s=60&d=retro&r=g)

### 󠀁[Great Plugin! Makes WP so fast!](https://wordpress.org/support/topic/great-plugin-make-wp-so-fast/)󠁿

 [John Turner](https://profiles.wordpress.org/johnnytee/) 28. septembra 2024 1 reply

Thank you dev team for providing this plugin !

![](https://secure.gravatar.com/avatar/22dcf41213b58505959c76ae20650595fbd28c9653c683591c3c6f14d60f1aa5?
s=60&d=retro&r=g)

### 󠀁[Excellent!](https://wordpress.org/support/topic/excellent-13553/)󠁿

 [lucasbustamante](https://profiles.wordpress.org/lucasbustamante/) 26. awgusta 
2024 1 reply

I used it to spin up a test site in CI, it’s just elegant and brings WP closer to
Static when we need it. There’s a place for SQLite simplicity in some WP workflows.
Loved it!

 [ Čitajće 12 pohódnoćenjow ](https://wordpress.org/support/plugin/sqlite-database-integration/reviews/)

## Sobuskutkowarjo a wuwiwarjo

„SQLite Database Integration“ je softwara wotewrjeneho žórła. Slědowacy ludźo su
k tutomu tykačej přinošowali.

Sobuskutkowarjo

 *   [ WordPress.org ](https://profiles.wordpress.org/wordpressdotorg/)
 *   [ Ari Stathopoulos ](https://profiles.wordpress.org/aristath/)
 *   [ Jan Jakeš ](https://profiles.wordpress.org/janjakes/)
 *   [ Adam Zieliński ](https://profiles.wordpress.org/zieladam/)
 *   [ Bero ](https://profiles.wordpress.org/berislavgrgicak/)
 *   [ Brandon Payton ](https://profiles.wordpress.org/bpayton/)
 *   [ zaerl ](https://profiles.wordpress.org/zaerl/)

„SQLite Database Integration“ je so do 11 rěčow přełožił. Dźakujemy so [přełožowarjam](https://translate.wordpress.org/projects/wp-plugins/sqlite-database-integration/contributors)
za jich přinoški.

[Přełožće „SQLite Database Integration“ do swojeje rěče.](https://translate.wordpress.org/projects/wp-plugins/sqlite-database-integration)

### Na wuwiću zajimowany?

[Přehladajće kod](https://plugins.trac.wordpress.org/browser/sqlite-database-integration/),
hladajće do [SVN-repozitorija](https://plugins.svn.wordpress.org/sqlite-database-integration/)
abo abonujće [wuwiwanski protokol](https://plugins.trac.wordpress.org/log/sqlite-database-integration/)
přez [RSS](https://plugins.trac.wordpress.org/log/sqlite-database-integration/?limit=100&mode=stop_on_copy&format=rss).

## Protokol změnow

#### 2.2.23

 * Add Query Monitor 4.0 support ([#357](https://github.com/WordPress/sqlite-database-integration/pull/357))
 * Translate MySQL CONVERT() expressions to SQLite ([#356](https://github.com/WordPress/sqlite-database-integration/pull/356))

#### 2.2.22

 * Support INSERT without INTO keyword ([#354](https://github.com/WordPress/sqlite-database-integration/pull/354))
 * Add tests for MySQL row-level locking clauses ([#342](https://github.com/WordPress/sqlite-database-integration/pull/342))
 * Improve automated deploy setup.

#### 2.2.21

 * Monorepo setup + release automation ([#334](https://github.com/WordPress/sqlite-database-integration/pull/334))
 * Rework release workflow ([#350](https://github.com/WordPress/sqlite-database-integration/pull/350))
 * Fix incorrect PHP polyfill implementations ([#338](https://github.com/WordPress/sqlite-database-integration/pull/338))

## Meta

 *  Version **2.2.23**
 *  Last updated **5 dnjow**
 *  Active installations **2.000+**
 *  WordPress version ** 6.4 abo nowši **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.2 abo nowši **
 *  Languages
 * [Catalan](https://ca.wordpress.org/plugins/sqlite-database-integration/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/sqlite-database-integration/),
   [Czech](https://cs.wordpress.org/plugins/sqlite-database-integration/), [English (US)](https://wordpress.org/plugins/sqlite-database-integration/),
   [German](https://de.wordpress.org/plugins/sqlite-database-integration/), [Persian](https://fa.wordpress.org/plugins/sqlite-database-integration/),
   [Polish](https://pl.wordpress.org/plugins/sqlite-database-integration/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/sqlite-database-integration/),
   [Russian](https://ru.wordpress.org/plugins/sqlite-database-integration/), [Spanish (Chile)](https://cl.wordpress.org/plugins/sqlite-database-integration/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/sqlite-database-integration/)
   a [Swedish](https://sv.wordpress.org/plugins/sqlite-database-integration/).
 *  [Přełožće do swojeje rěče](https://translate.wordpress.org/projects/wp-plugins/sqlite-database-integration)
 * Tags
 * [database](https://hsb.wordpress.org/plugins/tags/database/)[performance](https://hsb.wordpress.org/plugins/tags/performance/)
 *  [Rozšěrjeny napohlad](https://hsb.wordpress.org/plugins/sqlite-database-integration/advanced/)

## Pohódnoćenja

 4.6 out of 5 stars.

 *  [  10 5-star reviews     ](https://wordpress.org/support/plugin/sqlite-database-integration/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/sqlite-database-integration/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sqlite-database-integration/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sqlite-database-integration/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/sqlite-database-integration/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sqlite-database-integration/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sqlite-database-integration/reviews/)

## Sobuskutkowarjo

 *   [ WordPress.org ](https://profiles.wordpress.org/wordpressdotorg/)
 *   [ Ari Stathopoulos ](https://profiles.wordpress.org/aristath/)
 *   [ Jan Jakeš ](https://profiles.wordpress.org/janjakes/)
 *   [ Adam Zieliński ](https://profiles.wordpress.org/zieladam/)
 *   [ Bero ](https://profiles.wordpress.org/berislavgrgicak/)
 *   [ Brandon Payton ](https://profiles.wordpress.org/bpayton/)
 *   [ zaerl ](https://profiles.wordpress.org/zaerl/)

## Podpěra

Chceće něšto prajić? Trjebaće pomoc?

 [Forum pomocy pokazać](https://wordpress.org/support/plugin/sqlite-database-integration/)