Nikita Volkov (@nikitayvolkov) 's Twitter Profile
Nikita Volkov

@nikitayvolkov

Haskeller, entrepreneur. Author of "hasql" and "refined". Founder of pGenie.io.

ID: 402245629

linkhttp://nikita-volkov.github.io/ calendar_today31-10-2011 19:33:13

335 Tweet

1,1K Followers

36 Following

Nikita Volkov (@nikitayvolkov) 's Twitter Profile Photo

Just released a majorly improved version of "text-builder", a builder of strict Text that outperforms all competition, including the new StrictTextBuilder in "text". hackage.haskell.org/package/text-b…

Nikita Volkov (@nikitayvolkov) 's Twitter Profile Photo

Extracted a structured model for PostgreSQL connection strings out of Hasql as an independent library, which can be used with other drivers as well. Supports both URL and key-value formats with parsing and rendering. Provides a DSL for safe construction. hackage-content.haskell.org/package/postgr…

Nikita Volkov (@nikitayvolkov) 's Twitter Profile Photo

Releasing "ptr-peeker" a Haskell DSL for data deserialization that differentiates variable- and fixed-length deserialization and beats "cereal" and "store" in benchmarks by factors from 1.5x to 8x. github.com/nikita-volkov/…

Nikita Volkov (@nikitayvolkov) 's Twitter Profile Photo

Hasql 1.10 released! It's a major update with plentiful improvements. See the changelog: hackage.haskell.org/package/hasql-…

Nikita Volkov (@nikitayvolkov) 's Twitter Profile Photo

I'm polishing up a universal, driver-agnostic PostgreSQL types lib for Haskell! Integrates with "hasql" & "postgresql-simple". Represents PG types as they are, not as convenient Haskell approximations. Gets property-tested against reality. Check it out: github.com/nikita-volkov/…

Nikita Volkov (@nikitayvolkov) 's Twitter Profile Photo

Announcing "algebraic-path", a path manipulation library for Haskell that: - Models paths in canonical form - Makes paths monoidally composable and provides a rich algebra - Avoids type-level wizardry - Doesn't target Windows thus avoiding quirks hackage.haskell.org/package/algebr…

Nadeem Bitar (@shinzui) 's Twitter Profile Photo

Nikita Volkov I just started upgrading several projects that use hasql. I like the changes, but the upgrade is pretty disruptive and time-consuming. Has anyone else done this for a production project yet?