Last active
September 20, 2019 06:16
-
-
Save adamw/96c8d40b4b4a8a436e96781d403c5458 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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