Skip to content

Is there a way to write relations directly in Go using the DB transaction I already have open. #1840

Answered by josephschorr
advanderveer asked this question in Q&A
Discussion options

You must be logged in to vote

@advanderveer Not currently, no. There is a readwrite transaction abstraction, but it explicitly does not expose access to the underlying SQL, but rather to an interface for only making relationship changes

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@advanderveer
Comment options

@josephschorr
Comment options

Answer selected by vroldanbet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants