Guest User

Untitled

a guest
Jan 3rd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. con <- connectPostgreSQL "host='172.17.0.2' port=5432 user='postgres' password='mysecretpassword'"
  2. query con "SELECT * FROM ? --" $ Only ("users" :: String)
Add Comment
Please, Sign In to add comment