Skip to content

Instantly share code, notes, and snippets.

@psykidellic
Created May 25, 2012 17:46
Show Gist options
  • Save psykidellic/2789440 to your computer and use it in GitHub Desktop.
Save psykidellic/2789440 to your computer and use it in GitHub Desktop.
pgPool.query(loginQuery) { rs =>
while (rs.next()) {
val id = rs.getInt(1)
....
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment