| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 23:56:57 GMT
X-Served-By: cache-dfw-ktki8620078-DFW, cache-bom-vanm7210049-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768694217.389748,VS0,VE292
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
postgresql-lo-stream: Utilities for streaming PostgreSQL LargeObjects
postgresql-lo-stream: Utilities for streaming PostgreSQL LargeObjects
Downloads
- postgresql-lo-stream-0.1.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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 |
| Uploaded | by abrar at 2019-08-02T16:15:49Z |
| 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 |
| Distributions | |
| Downloads | 1532 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.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.