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] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.15), 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.7) [details]
License BSD-3-Clause
Copyright 2019 Obsidian Systems LLC
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Revised Revision 1 made by abrar at 2023-08-03T14:25:15Z
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-08-02T16:15:49Z
Distributions
Downloads 1428 total (10 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.1

[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.