typelevel / skunk

A data access library for Scala + Postgres.
https://typelevel.org/skunk/
MIT License
1.56k stars 157 forks source link

switch to keypool? #266

Open tpolecat opened 3 years ago

tpolecat commented 3 years ago

The session pool is complicated and probably not 100% correct yet. Try switching to keypool while retaining the existing API.

mpilquist commented 3 months ago

Also look at https://github.com/typelevel/skunk/pull/559

mpilquist commented 3 months ago

@tpolecat Do you recall the rationale for pool-party over keypool? I'd like to decide what to do with Pool before 1.0 final.

tpolecat commented 3 months ago

I think I just had something specific in mind and Keypool wasn't exactly what I was looking for. But it may work fine. No strong opinion.