Skip to content

Switch H2 from file-based to in-memory database#3

Open
kkasprzak wants to merge 1 commit intomainfrom
docs/switch-h2-to-in-memory
Open

Switch H2 from file-based to in-memory database#3
kkasprzak wants to merge 1 commit intomainfrom
docs/switch-h2-to-in-memory

Conversation

@kkasprzak
Copy link
Collaborator

Summary

  • Changed H2 configuration in tech-stack from file-based (jdbc:h2:file:./data/<appname>) to in-memory
  • Data persistence between restarts is not needed; in-memory simplifies setup

Test plan

  • Verify tech-stack.md reflects in-memory H2 configuration

Data persistence between restarts is not needed for this workshop project.
In-memory simplifies setup and aligns with create-drop schema management.
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.

1 participant