Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a withTransaction method #23

Open
rohit-gohri opened this issue Jul 8, 2019 · 2 comments
Open

Add a withTransaction method #23

rohit-gohri opened this issue Jul 8, 2019 · 2 comments

Comments

@rohit-gohri
Copy link
Contributor

rohit-gohri commented Jul 8, 2019

Something like: knex/knex#2462 (comment) can be added to Model class

async function withTransaction(knex, fn) {
	if (knex) return fn(knex);
	return transaction(Model.knex(), fn);
}
@shubhankar-mern
Copy link

@rohit-gohri is this issue still there?/
can i take it?

@rohit-gohri
Copy link
Contributor Author

Hi @shubhankar-mern , I don't know. I'm no longer working on this project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants