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

Active record pattern #1

Merged
merged 20 commits into from
Oct 30, 2022
Merged

Active record pattern #1

merged 20 commits into from
Oct 30, 2022

Conversation

TwentyVentti
Copy link
Owner

Pull request title

For detailed contributing instructions see https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute

Copy link
Collaborator

@Jesonzavic Jesonzavic left a 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.
Copy link
Collaborator

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.

active-record/README.md Show resolved Hide resolved
active-record/etc/active-record.urm.puml Show resolved Hide resolved
@TwentyVentti TwentyVentti merged commit 05c7806 into master Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants