Skip to content
Snippets Groups Projects
Commit 7fcfa6d4 authored by Jan Kuchař's avatar Jan Kuchař
Browse files

postgres: lazy connection

parent c3dbec68
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,8 @@ $connection = new \Dibi\Connection( ...@@ -29,7 +29,8 @@ $connection = new \Dibi\Connection(
"dbname" => "mappi-store-test", "dbname" => "mappi-store-test",
"port" => "5434", "port" => "5434",
"user" => "postgres", "user" => "postgres",
"password"=>"toor" "password"=>"toor",
"lazy" => true
] ]
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment