We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c2a42 commit 7cf9d37Copy full SHA for 7cf9d37
README.md
@@ -38,7 +38,7 @@ use Amp\Postgres\ConnectionConfig;
38
use Amp\Sql\Statement;
39
40
Amp\Loop::run(function () {
41
- $config = ConnectionConfig::fromString("host=localhost user=postgres dbname=test");
+ $config = ConnectionConfig::fromString("host=localhost user=postgres db=test");
42
43
/** @var Postgres\Pool $pool */
44
$pool = Postgres\pool($config);
0 commit comments