mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 01:52:45 +03:00
Connect through socket in benchmarks
This commit is contained in:
parent
810adac70b
commit
2d5a248f3f
@ -18,16 +18,7 @@ main =
|
||||
useConnection connection
|
||||
where
|
||||
acquireConnection =
|
||||
A.acquire settings
|
||||
where
|
||||
settings =
|
||||
A.settings host port user password database
|
||||
where
|
||||
host = "localhost"
|
||||
port = 5432
|
||||
user = "postgres"
|
||||
password = ""
|
||||
database = "postgres"
|
||||
A.acquire ""
|
||||
useConnection connection =
|
||||
defaultMain
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user