-
Notifications
You must be signed in to change notification settings - Fork 0
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
Active record pattern #1
Conversation
active-record/src/main/java/com/iluwatar/activeobject/ActiveRow.java
Outdated
Show resolved
Hide resolved
active-record/src/test/java/com/iluwatar/activeobject/ActiveRowTest.java
Outdated
Show resolved
Hide resolved
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.
Just a review of the README for now, adding onto what has already been commented.
The active record design pattern is a way of accessing data from databases by creating an object which contains the contents of a database row. | ||
|
||
## Explanation | ||
The ActiveRecord object is intitialised by an ActiveDatabase object which creates a connection to an exisitng database. |
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.
This explanation is not sufficient. Please see other examples in the repo for what is to be expected.
Pull request title