Skip to content

Commit 895061c

Browse files
committed
:octocat:
1 parent 1b0be87 commit 895061c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ A PHP 7.2+ SQL client and querybuilder for the most common databases.
3232
- one of the supported databases, set up to work with PHP
3333

3434
## Supported databases
35-
- MySQL/MariaDB
36-
- PostgreSQL
37-
- SQLite3
38-
- Firebird
39-
- [Microsoft SQL Server](https://github.com/Microsoft/msphpsql)
35+
- [MySQL](https://dev.mysql.com/doc/refman/5.6/en/) (5.5+) / [MariaDB](https://mariadb.com/kb/en/library/basic-sql-statements/)
36+
- [PostgreSQL](https://www.postgresql.org/docs/9.5/static/index.html) (9.5+)
37+
- [SQLite3](https://www.sqlite.org/lang.html)
38+
- [Firebird](https://www.firebirdsql.org/file/documentation/reference_manuals/fblangref25-en/html/fblangref25.html) (2.5+)
39+
- [Microsoft SQL Server](https://github.com/Microsoft/msphpsql) ([transact-sql](https://docs.microsoft.com/sql/t-sql/language-reference))
4040
- any other database supported via PDO, ODBC or native PHP extension
4141

4242
## Installation

0 commit comments

Comments
 (0)