Skip to content

Instantly share code, notes, and snippets.

@adamw
Last active September 20, 2019 06:16
Show Gist options
  • Save adamw/96c8d40b4b4a8a436e96781d403c5458 to your computer and use it in GitHub Desktop.
Save adamw/96c8d40b4b4a8a436e96781d403c5458 to your computer and use it in GitHub Desktop.
val transactor: Transactor[IO] = ???
val result: IO[List[Person]] = personsQuery.transact(transactor)
val persons: List[Person] = result.unsafeRunSync()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment