Bucklescript effect bindings for bs-postgres, version 0.3.0. Provides a purescript-style effect wrapper for postgres operations in BuckleScript (now ReScript). This package is thin and likely unmaintained; the last release was in 2018. It wraps the bs-postgres library, not the npm 'pg' package directly. Users should consider migrating to ReScript-native PostgreSQL libraries or using raw bindings. No active development or releases expected.
npm install bs-postgres-effectsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage of bs-postgres-effects with effect wrapper and query.
Migrate to rescript-postgres or raw bs-postgres.
Install bs-postgres alongside bs-postgres-effects.
Use a library like 'purescript-effects' or write custom runner.
Convert to ReScript syntax or keep using old BS compiler.
Run 'npm install bs-postgres-effects' and add to bsconfig's bs-dependencies.
Check that you are using the matching version and correct export name.
Wrap the effect with a runner like 'runAff' from a Monad library.