What's the difference between caqti-eio and caqti-eio.unix?
dangdennis opened this issue · 2 comments
dangdennis commented
Excuse the ignorance. But when is it okay to use just caqti-eio as opposed caqti-eio.unix?
Couple days ago I learned I had to use the unix version instead due to some error. I forgot the exact details of why now.
paurkedal commented
The difference is that the caqti-eio.unix
links against eio.unix
to provide functionality required by mariadb
, postgresql
, and sqlite3
, otherwise only pgx
is supported.
dangdennis commented
thank you