Skip to content

Commit

Permalink
Merge pull request #43 from runnermatthew/patch-1
Browse files Browse the repository at this point in the history
"psql" to "pgsql"
  • Loading branch information
byjg authored Aug 27, 2022
2 parents a850f4a + 43bfd5d commit aa56fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Please visit https://github.com/byjg/migration-cli to get more informations abou
| --------------| ------------------------------------------------------------------------------- | -------------------------------------------------------- |
| Sqlite | [pdo_sqlite](https://www.php.net/manual/en/ref.pdo-sqlite.php) | sqlite:///path/to/file |
| MySql/MariaDb | [pdo_mysql](https://www.php.net/manual/en/ref.pdo-mysql.php) | mysql://username:password@hostname:port/database |
| Postgres | [pdo_pgsql](https://www.php.net/manual/en/ref.pdo-pgsql.php) | psql://username:password@hostname:port/database |
| Postgres | [pdo_pgsql](https://www.php.net/manual/en/ref.pdo-pgsql.php) | pgsql://username:password@hostname:port/database |
| Sql Server | [pdo_dblib, pdo_sysbase](https://www.php.net/manual/en/ref.pdo-dblib.php) Linux | dblib://username:password@hostname:port/database |
| Sql Server | [pdo_sqlsrv](http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx) Windows | sqlsrv://username:password@hostname:port/database |

Expand Down

0 comments on commit aa56fb1

Please sign in to comment.