@valencets/db
v0.1.4
Published
PostgreSQL query layer. Tagged template SQL that is parameterized by default, `Result<T, E>` returns on every operation, and a migration runner for schema changes. Zero dependencies besides neverthrow, postgres, and zod.
Readme
@valencets/db
PostgreSQL query layer. Tagged template SQL that is parameterized by default, Result<T, E> returns on every operation, and a migration runner for schema changes. Zero dependencies besides neverthrow, postgres, and zod.
38 tests. Full documentation on the wiki.
Quick Start
pnpm install
pnpm build
pnpm --filter=@valencets/db test