Apraksts
Šis spraudnis ir slēgts no 29 jūnijs, 2019 un nav pieejams lejupielādei. Iemesls: Vadlīniju pārkāpums.
Atsauksmes
25 maijs, 2018
May not working with few other theme or plugin.
But it is super clean and fast enough for me.
23 marts, 2019
Best!
13 janvāris, 2019
My personal website is using this plugin.
This plugin lets your run WordPress install with SQLite instead of MySQL, great for single user blogs and installs on low spec servers.
I have written how to set it up.
2 septembris, 2017
I have been using this for local development on a Mac. I can sync between machines with dropbox in this way. It is great. Thank you for this great plugin.
6 jūnijs, 2017
Working great with WordPress 4.7.5 and PHP 7.
Fix for Query Monitor
==================
The Query Monitor plugin, and some other plugins, uses the $db->use_mysqli bool variable to detect if the driver support PDO (_mysqli functions), which is the case for SQLite Integration. But because the $use_mysqli variable is not defined in the PDODB class, this check fails.
To fix it, simply declare the variable like this in the PDODB.CLASS.PHP file, right before the constructor function:
/**
* @var bool Support PHP MySQL Improved version.
* @access public
* @author Guy Dumais (https://guydumais.digital)
*/
public $use_mysqli = true;
27 februāris, 2017
Great work!Great plugin!
Autori un izstrādātāji
“SQLite Integration” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.
Līdzdalībnieki“SQLite Integration” ir tulkots lokalizācijās 3. Paldies tulkotājiem par ieguldījumu.
Tulkot “SQLite Integration” savā valodā.
Vai jūs interesē attīstība?
Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.