b1c289d52a6f1d59b2d9f68c9391238a986c3d2a09912f857b5d850f21c63243

Download raw

Created: 2026-05-12 09:35:24.909286 UTC

Size: 15418

Preview (limited to 512 bytes)

"-- | Streamly streaming interface for bolty Neo4j queries.\n--\n-- Instead of buffering all result records into a 'V.Vector', this module\n-- yields records one-by-one as a @'Stream' IO 'Record'@,\n-- allowing constant-memory consumption of large result sets.\n--\n-- Streams returned by pool, routing, and session functions manage connection\n-- lifetime automatically via @bracketIO@ \226\128\148 the connection is acquired when\n-- the stream starts and released when it finishes, errors, or is garbage\n-- collected. Streams a"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete