postgresql-lo-stream: Utilities for streaming PostgreSQL LargeObjects

[ bsd3, database, library ] [ Propose Tags ]

Functions for streaming large objects to and from PostgreSQL


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1
Dependencies base (>=4.11 && <4.12), bytestring (>=0.10 && <0.11), io-streams (>=1.5.0 && <1.6), lifted-base (>=0.2.2 && <0.2.4), monad-loops (>=0.4 && <0.5), mtl (>=2.2 && <2.3), postgresql-simple (>=0.5 && <0.6) [details]
License BSD-3-Clause
Copyright 2019 Obsidian Systems LLC
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Category Database
Home page https://github.com/obsidiansystems/posgresql-lo-stream
Bug tracker https://github.com/obsidiansystems/postgresql-lo-stream/issues
Uploaded by abrar at 2019-01-26T20:48:13Z
Distributions
Downloads 1419 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for postgresql-lo-stream-0.1.1.0

[back to package description]

posgresql-lo-stream

This library provides some convenience functions for working with Large Objects in PostgreSQL. This is built on top of postgresql-simple, which provides the lower-level functions for interacting with Large Objects.