1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-04 15:17:28 +02:00

Document what is required to make library work with other databases

This commit is contained in:
Marco
2017-03-18 22:31:30 +01:00
parent 79db94f500
commit 0e2279ecda

View File

@@ -20,7 +20,7 @@ Completely framework-agnostic and database-agnostic.
* PDO (PHP Data Objects) extension (`pdo`)
* `mysqlnd` driver
* 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