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
- Host: GitHub
- URL: https://github.com/obsidiansystems/postgresql-lo-stream
- Owner: obsidiansystems
- License: bsd-3-clause
- Created: 2019-01-26T20:16:23.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-03T15:08:53.000Z (almost 2 years ago)
- Last Synced: 2024-12-24T21:35:16.641Z (5 months ago)
- Topics: haskell, postgresql, streaming
- Language: Haskell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.