From 0e2279ecdae53f12fd251659e46eb03228e633b0 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 18 Mar 2017 22:31:30 +0100 Subject: [PATCH] Document what is required to make library work with other databases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 316353b..8e1ea3c 100644 --- a/README.md +++ b/README.md @@ -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