Is there any proper way to use query builder (such as dbr) in Job?
achiku opened this issue · 1 comments
achiku commented
@bgentry Hi, this is really nice work!
Is there any proper manner to use other query builders in Job? When it comes to dynamically changing condition, query builder is really useful, and it would be nice if you can point me where to look at.
I'm currently using dbr for query builder, and thinking to wrap pgx.Tx
in dbr.TX
.