File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ A PHP 7.2+ SQL client and querybuilder for the most common databases.
32
32
- one of the supported databases, set up to work with PHP
33
33
34
34
## 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 ) )
40
40
- any other database supported via PDO, ODBC or native PHP extension
41
41
42
42
## Installation
You can’t perform that action at this time.
0 commit comments