u/nikita-volkov

▲ 48 r/haskell

Hasql v2: the Native Era

Hasql v2 is out. It can now run natively in Haskell with no external dependencies, or the same way it always has, using "libpq". It's the user's choice now. No performance degradation and minimal changes to the API.

Read the attached post for details.

nikita-volkov.github.io
u/nikita-volkov — 7 days ago
▲ 33 r/haskell

pqi: Making "libpq" a choice, not a requirement

Blog post announcing pqi. It makes libpq a choice rather than a hard dependency for PostgreSQL drivers: write against one interface, then swap a single dependency to pick your transport - battle-tested C, or an experimental pure-Haskell adapter.

nikita-volkov.github.io
u/nikita-volkov — 2 months ago