karimagnusson / kuzminki-zio

Kuzminki is feature-rich query builder and access library for PostgreSQL written in Scala.
https://kuzminki.info
Apache License 2.0
27 stars 1 forks source link

Blocking or non-blocking db calls? #1

Closed dxxvi closed 2 years ago

dxxvi commented 2 years ago

Reading the README, I think this library uses jdbc inside (I might be very wrong)? But then I wonder, if this library uses jdbc inside, then why supporting postgresql only? And now I'm confused.

karimagnusson commented 2 years ago

It uses jdbc and the calls are made in ZIOs blocking thread pool. Currently it is only for Postgres, but then I only just released it. If I find there is interest in using it for other databases I may well add support for them.