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

postgres: lazy connection

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