sqlite-database-integration
sqlite-database-integration copied to clipboard
Feature Plugin to add SQLite support to WordPress. Under Development.
We‘d like to run WP-CLI tests with SQLite using this plugin. I noticed this issue during one of the test runs, as the attempted redirect can cause warnings in CLI....
Currently, the plugin says your system is ready as soon as the host has SQLite and SQLite3 class exists. But MATH functions (like `FLOOR`) are not available before [SQLite 3.35](https://www.sqlite.org/changes.html#version_3_35_0)...
Users of `SHOW COLUMNS FROM table` depend on having resultset columns named Field, Type, Null, Key, Default, and maybe Extra.
MySQL supports syntax like `a = BINARY b` that SQLite don't. I _think_ it's the same as `a = CAST(b as BINARY)` – so a byte-by-byte comparison, or, effectively, a...
I'm trying to install the Yoast plugin (latest version 20.8) on a SQLite-enabled Wordpress 6.2.2 blog. I'm getting loads of errors, e.g. these below when trying to reset the indexable...
Extraordinary work! Before I had used Kojima Toshiyasu's plugin, which was only compatible with wordpress 5 and earlier, and this plugin is much better. Ideal for servers with few resources...
Hey! I was experimenting with moving site data in and out of SQLite with this plugin. The import step in was pretty straightforward using the following script: ``` #!/bin/bash #...
The query in this function (edit: example from a third-party plugin) produces an error (with the latest trunk): ```php public function reset_auto_increment_availability_table() { global $wpdb; $tablename = $wpdb->prefix.$this->availability_tablename; $row =...
I'm testing the sqlite-database integration plugin on a production site, where I have (amongs other plugins) Wordfence installed. While I managed to workaround a previous issue I submitted (see #32...
Can you consider - CockroachDB - SurrealDB - Mongo Realm - etc?