-
Notifications
You must be signed in to change notification settings - Fork 35
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
sql2o implementation #7
Comments
I took a look at sql2o and considered it for implementation, but for now sql2o does not support external transaction management -> namely it does not integrate with Spring transactions management. That's a huge no go for me so I won't even try to implement all the scenarios... There is a quite old pull request with support for Spring transactions (aaberg/sql2o#153) so I propose to reconsider sql2o once this pull request is accepted. |
…ng transactions -> just mentioned that in README
Hi @bwajtr I checked aaberg/sql2o#153 and they've closed the PR with this comment (by @xiexed):
I wonder if this change to sql2o resolves this issue and make it ready to added to your comparison? |
Hi @sajjadG, thanks for pointing this out. I'll definitely take a look at sql2o again and implement it. I did the comparisons about a year ago so I think it's time to actually upgrade&review all of the implementations... |
See http://www.sql2o.org/
There is integration with Spring too: http://www.sql2o.org/docs/spring/
The text was updated successfully, but these errors were encountered: