rensPols / ex-dock

An ecommerce platform build with Vert.x Kotlin and Docker
Apache License 2.0
3 stars 0 forks source link

Create jdbc connection to Database #2

Closed rensPols closed 2 weeks ago

rensPols commented 2 months ago

A jdbc connection needs to be made to a database. This needs to be setup through user interaction (will later be incorperated via the setup GUI). Vert.x has it's own library for this: https://vertx.io/docs/vertx-jdbc-client/java/