it-at-m / refarch-templates

All templates for the Reference Architecture of it@M
MIT License
8 stars 4 forks source link

[Feature] make database h2 avaiable #538

Open hupling opened 1 day ago

hupling commented 1 day ago

Relevant template

refarch-backend

Problem description (optional)

No response

Desired solution

in the moment only postgress is working

Considered alternatives (optional)

No response

Additional context (optional)

No response

No duplicate

Code of Conduct

DanielOber commented 1 day ago

@hupling That's why the stack includes a PostgresDB. Your local environment should always use the same technology that you use in your development, testing, and production environments.

devtobi commented 1 day ago

@hupling Can you provide a reasoning for this topic? Why would we need this? We removed H2 support in the past and now you want it re-added. That makes absolutely no sense.

hupling commented 1 day ago

@MrSebastian hat gesagt, dass ihr dann zwei Dialekte pflegen müsst. Also h2 und postgress. Das war mir nicht so bewusst, ich habe gedacht jdbc macht alles. Er meinte auch, dass man irgendwie eine Postgress auch als Service irgendwie starten kann. Leider habt ihr noch überhaupt keine Doku daher weiß ich nicht, welche Funktionen ihr anbietet und wie ich die aktivere.

Also für unsere Test Github Pipelines brauchen wir dann auch eine Postgress DB. Das war mir nicht so bewusst.

Ich finde es toll, wenn man zumindest beides anbietet. Dann kann der Nutzer entscheiden, was er will.