-
Notifications
You must be signed in to change notification settings - Fork 27
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
PostgreSQL support #18
base: master
Are you sure you want to change the base?
Conversation
} | ||
|
||
@Override | ||
public Rule saveRule(String ruleSystemName, Rule rule) throws SQLException, Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kislayverma Take a look at https://spring.io/projects/spring-data I think that can save a lot of pain for this use case and easily gives integration with so many databases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion @buchireddy. One of the ideas for Rulette is for it to be very, VERY lightweight hence I don't want to add any more frameworks than I absolutely must - and Spring was never known to be lightweight :)
No description provided.