sqlite-database-integration
sqlite-database-integration copied to clipboard
Feature Plugin to add SQLite support to WordPress. Under Development.
When running the `show create table` query, the returned create statement does not contain the sequence number for the auto-increment column. It would be good to add this. It can...
There are critical errors in class-wp-sqlite-translator.php that prevent it from running correctly and subsequently cause a ton of error debug messages to dump into php.log on every page request. Here...
`wp2static` tries to run this command `DROP INDEX status ON wp_wp2static_jobs` as part of setup. This plugin doesn't know how to handle that, it seems: I get the error (with...
Can you give me detailed installation steps? I copied DB.php to the wp-content root directory, and then started the installation prompting "There has been a critical error on this website."
## Goals * Quantify the improvements we'll get with the new approach to SQL * Publish the data in an open way everyone can see * Monitor MySQL support over...
While support for `SHOW TABLE STATUS` was added in #77 it appears that the expression must be followed by a filter or a `;`. WordPress makes this query without a...
Hi folks, I think you would be interested into watching this video - https://youtu.be/yS7rCQwtALA?feature=shared
Hi, I've developed various plugins using the SQLite database and have typically stored the database files in the uploads directory. However, after reviewing this plugin, I believe it would be...
Supporting SQLite might also unlock transparent storing/loading wordpress posts (`wp_posts` table) in bare file system files (akin to Jekyll and other SSR blog engines) and using SQLite vtab (virtual table...
It has been very silent around the sqlite integration. I think a lot more people might test it, if the setup would not require an additional external database to start....