Skip to content

Commit aa56fb1

Browse files
authored
Merge pull request #43 from runnermatthew/patch-1
"psql" to "pgsql"
2 parents a850f4a + 43bfd5d commit aa56fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)