Skip to content

Instantly share code, notes, and snippets.

@KadekM
Last active May 10, 2021 20:14
Show Gist options
  • Save KadekM/cb4b1b52474d5f9fddd58e0cfdbcc6bf to your computer and use it in GitHub Desktop.
Save KadekM/cb4b1b52474d5f9fddd58e0cfdbcc6bf to your computer and use it in GitHub Desktop.
session
.prepare(Sql.changeBalanceCommand)
.toManagedZIO
.use(_.execute(to ~ amount)) // deposits `amount`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment