WordPress / sqlite-database-integration

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

Missing plugin compatibility and overall attention #58

Open kuzmandi opened 10 months ago

kuzmandi commented 10 months ago

With using SQLite database integration, plugins like https://simple-history.com/ do not work (in this specific case: Queries remain empty). It seems to be a problem with SQL features, which are not supported by SQLite.

Has this to be fixed by plugin developers or is there any other plan to cover this?

In my opinion, too little is being done to make SQLite integration public. It's a good way to use WordPress in small and portable environments. It should get more attention.