sqlite-integration

설명

이 플러그인은 2019년 6월 29일(으)로 폐쇄되었고 내려받기가 불가능합니다. 사유: 지침 위반.

후기

2019년 1월 13일
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.
2017년 9월 2일
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.
2017년 6월 6일
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;
모든 31 평가 읽기

기여자 & 개발자

“SQLite Integration”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“SQLite Integration”(이)가 3(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “SQLite Integration”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.