File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Please visit https://github.com/byjg/migration-cli to get more informations abou
5858| --------------| ------------------------------------------------------------------------------- | -------------------------------------------------------- |
5959| Sqlite | [ pdo_sqlite] ( https://www.php.net/manual/en/ref.pdo-sqlite.php ) | sqlite:///path/to/file |
6060| MySql/MariaDb | [ pdo_mysql] ( https://www.php.net/manual/en/ref.pdo-mysql.php ) | mysql://username: password @hostname: port /database |
61- | Postgres | [ pdo_pgsql] ( https://www.php.net/manual/en/ref.pdo-pgsql.php ) | psql ://username: password @hostname: port /database |
61+ | Postgres | [ pdo_pgsql] ( https://www.php.net/manual/en/ref.pdo-pgsql.php ) | pgsql ://username: password @hostname: port /database |
6262| Sql Server | [ pdo_dblib, pdo_sysbase] ( https://www.php.net/manual/en/ref.pdo-dblib.php ) Linux | dblib://username: password @hostname: port /database |
6363| Sql Server | [ pdo_sqlsrv] ( http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx ) Windows | sqlsrv://username: password @hostname: port /database |
6464
You can’t perform that action at this time.
0 commit comments