@hackage persistent-postgresql-streaming0.1.0.0

Memory-constant streaming of Persistent entities from PostgreSQL

This library provides a set of APIs for performing queries on Persistent entities in constant memory, streaming the results using conduit.

The library relies on PostgreSQL-specific features to avoid loading all the results of a query into memory at once. This allows for accessing tables of millions of entities from Haskell without a memory blow-up.