Download the PHP package aaemnnosttv/wp-sqlite-db without Composer
On this page you can find all versions of the php package aaemnnosttv/wp-sqlite-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aaemnnosttv/wp-sqlite-db
More information about aaemnnosttv/wp-sqlite-db
Files in aaemnnosttv/wp-sqlite-db
Download aaemnnosttv/wp-sqlite-db
More information about aaemnnosttv/wp-sqlite-db
Files in aaemnnosttv/wp-sqlite-db
Vendor aaemnnosttv
Package wp-sqlite-db
Short Description SQLite drop-in database driver for WordPress
License GPL-2.0-or-later
Package wp-sqlite-db
Short Description SQLite drop-in database driver for WordPress
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package wp-sqlite-db
wp-sqlite-db
A single file drop-in for using a SQLite database with WordPress. Based on the original SQLite Integration plugin.
Installation
Quick Start
- Clone or download this repository
- Copy
src/db.php
into the root of your site'swp-content
directory
Via Composer
composer require koodimonni/composer-dropin-installer
-
Add the configuration to your project's
composer.json
under theextra
key composer require aaemnnosttv/wp-sqlite-db
Overview
Once the drop-in is installed, no other configuration is necessary, but some things are configurable.
By default, the SQLite database is located in wp-content/database/.ht.sqlite
, but you can change this using a few constants.
Credit
This project is based on the SQLite Integration plugin by Kojima Toshiyasu.
All versions of wp-sqlite-db with dependencies
PHP Build Version
Package Version
The package aaemnnosttv/wp-sqlite-db contains the following files
Loading the files please wait ....