Fork me on GitHub
#duct
<
2018-05-12
>
myguidingstar05:05:37

it's recommended to implement duct.database.sql.Boundary for sql tasks, but then I can't wrap jdbc/with-db-connection around a bunch of these boundary method calls

dadair20:05:33

It’s recommended that stuff like with-db-transaction lives behind a single boundary method that encapsulates the entirety of the process. Think this is discussed/recommended on weavejester’s blog.

myguidingstar20:05:54

I've just visited James' blog but can't find such thing mentioned

myguidingstar20:05:55

Thank you anyway

dadair21:05:54

Specifically the credit/debit vs transfer example

👍 4
myguidingstar05:05:51

or am I doing it wrong?

ddrbt14:05:10

I found a fantastic walkthrough for duct somewhere in one of the project's wikis. Does anyone know where it is?

ddrbt14:05:35

😊 yes, thanks