Skip to content

Instantly share code, notes, and snippets.

@adamw
Last active September 20, 2019 06:16
Show Gist options
  • Save adamw/78aa15e5d55b45c3fa4c4b8f7dea48ad to your computer and use it in GitHub Desktop.
Save adamw/78aa15e5d55b45c3fa4c4b8f7dea48ad to your computer and use it in GitHub Desktop.
// 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