valentinacupac / banking-kata-java

Banking Kata (Java)
MIT License
336 stars 90 forks source link

Adapter - Persistence - JDBC - SQL #98

Closed valentinacupac closed 1 year ago

valentinacupac commented 1 year ago

Add a module adapter-persistence-jdbc-sql. It should implement persistence using Postgres but not using JPA, instead using JDBC. Use raw SQL queries to execute commands.

For reference when creating the module, see adapter-persistence-jpa and adapter-persistence-redis.

However, the difference here is that you'll be using JDBC rather than JPA.

keremh commented 1 year ago

hi @valentinacupac, can i work on this issue?

valentinacupac commented 1 year ago

Hi @keremh thanks for the question, I now saw another PR related to this ticket so this ticket is now closed, so feel free to see the other tickets.

P.S. I now updated CONTRIBUTING.md too, so that contributors can now choose any ticket to work on.