furkan3ayraktar / clojure-polylith-realworld-example-app

Clojure, Polylith and Ring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
MIT License
448 stars 79 forks source link

Create a branch which uses a real, realworld database like Postgres #30

Open ejstembler opened 1 year ago

ejstembler commented 1 year ago

I haven't been able to find any Polylith examples which use a real, realworld database like Postgres (or MySQL etc.). I have a few Clojure web services which use Postgres + connection pooling (hikari), though I have no idea how to incorporate that into a Polylith project.