magnum
magnum copied to clipboard
A 'new look' for database access in Scala
Adds a new module, magnum-kyo, which provides Kyo-based transactor implementation for database interactions (closely mirrors ZIO's module). This allows users to leverage Kyo's algebraic effects for managing database connections and...
Will Option be supported for Collection types IE Vector ? Perhaps not because it's considered a nested type: https://github.com/AugustNagro/magnum?tab=readme-ov-file#does-magnum-support-nested-entities-like ? I am getting the following exception: `org.postgresql.util.PSQLException: ERROR: column "physical_location_ids"...
First of all, I am not a scala expert so it might be I am missing something obvious here. I assumed the following would work (embedding values in entities) ```...
Hello, Do you plan/have on roadmap supporting generation of DB schema definitions automatically (by reading schema of existing DB). For Scala 2 we use Slick with autogen https://scala-slick.org/doc/stable/code-generation.html and it...
The PR is in draft, mostly because I'm not sure about 1. If the typeclasses I used in the TF style are correct (I think they should be, but it's...
Close #90
Postgres requires the explicit AS (for example 'mytable AS mt' ) when trying to alias the table name in a ON CONFLICT DO UPDATE expression, in order to refer to...