Last active
September 20, 2019 06:16
-
-
Save adamw/78aa15e5d55b45c3fa4c4b8f7dea48ad 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
// details on creating a transactor are omitted | |
val transactor: Transactor[IO] = ??? | |
val result: IO[List[Person]] = personsQuery.transact(transactor) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment