persistent-postgresql-streaming

Version 0.1.0.0 revision 0 uploaded by isaac_supercede.

Package meta

Synopsis
Memory-constant streaming of Persistent entities from PostgreSQL
Description

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.

Author
Isaac van Bakel
Bug reports
n/a
Category
Conduit, Database
Copyright
(c) 2021 Supercede Ltd.
Homepage
https://github.com/SupercedeTech/persistent-postgresql-streaming#readme
Maintainer
support@supercede.com
Package URL
n/a
Stability
n/a

Components