An open API service indexing awesome lists of open source software.

https://github.com/obsidiansystems/postgresql-lo-stream

Library for streaming large objects to and from PostgreSQL in Haskell
https://github.com/obsidiansystems/postgresql-lo-stream

haskell postgresql streaming

Last synced: 3 months ago
JSON representation

Library for streaming large objects to and from PostgreSQL in Haskell

Awesome Lists containing this project

README

        

# postgresql-lo-stream

This library provides some convenience functions for working with [Large Objects](https://www.postgresql.org/docs/current/largeobjects.html) in PostgreSQL. This is built on top of [postgresql-simple](https://hackage.haskell.org/package/postgresql-simple/docs/Database-PostgreSQL-Simple-LargeObjects.html), which provides the lower-level functions for interacting with Large Objects.