java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Uniform handling for H2 databases

Open iluwatar opened this issue 3 years ago • 4 comments

At the moment, many of the patterns utilize H2 databases to demonstrate data access (search for jdbc:h2). The problem is that we don't have a unified approach. Some of the patterns use file-based database written somewhere under the home directory and some use in-memory databases. Perhaps we could use in-memory databases everywhere so the user's disk would not be cluttered? If not possible, at least store the database files under the same directory.

Acceptance criteria

  • H2 database handling is unified

iluwatar avatar Nov 29 '22 19:11 iluwatar

@iluwatar Can I work on this issue?

shivu2002a avatar Dec 07 '22 17:12 shivu2002a

I would like to work on this issue, can I join?

Pratik-kp avatar Jul 09 '23 15:07 Pratik-kp

This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 09 '23 11:09 stale[bot]

Hello, I don't see any PR related to this problem. I still see both h2 db versions in the code, please assign this to me.

takikuba avatar Nov 22 '23 21:11 takikuba

This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 24 '24 09:01 stale[bot]