shikumi-cache-postgres: Postgres-backed shikumi cache (EP-6)
A PostgreSQL backend for shikumi's Cache effect (EP-6), in a separate
package so the hasql client (and libpq) is only pulled in when used. Entries
live in a shikumi_cache(key text primary key, value jsonb, stored_at
timestamptz) table, upserted on conflict; the value is the JSON of a
CachedResponse (the Response round-trip comes from shikumi-cache's
Shikumi.Cache.ResponseJSON). The test uses ephemeral-pg to spin up a
throwaway server, so it needs no external database.
Downloads
- shikumi-cache-postgres-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson, base (>=4.20 && <5), effectful, hasql, shikumi-cache (>=0.1.0.0 && <0.2), text (>=2.1 && <2.2) [details] |
| License | BSD-3-Clause |
| Author | Nadeem Bitar |
| Maintainer | nadeem@gmail.com |
| Uploaded | by shinzui at 2026-06-13T15:25:43Z |
| Category | AI |
| Distributions | |
| Downloads | 2 total (2 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] |