mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-04 07:07:25 +02:00
Document what is required to make library work with other databases
This commit is contained in:
@@ -20,7 +20,7 @@ Completely framework-agnostic and database-agnostic.
|
|||||||
* PDO (PHP Data Objects) extension (`pdo`)
|
* PDO (PHP Data Objects) extension (`pdo`)
|
||||||
* `mysqlnd` driver
|
* `mysqlnd` driver
|
||||||
* OpenSSL extension (`openssl`)
|
* OpenSSL extension (`openssl`)
|
||||||
* MySQL 5.5.3+ **or** MariaDB 5.5.23+
|
* MySQL 5.5.3+ **or** MariaDB 5.5.23+ **or** other SQL databases that you create the [schema](Database) for
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user