reggi / pgrun

An opinionated postgres file bundler and test runner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgrun - Postgres Runner

SQL Bundler and Test runner.

Installation

deno install --allow-read --allow-env --allow-net https://deno.land/x/pgrun/bin.ts --name pgrun

Example Scripts (for author)

pgrun test

pgrun test \
--database postgres://thomasreggi@localhost:28816/json_schema_3 \
--cwd /Users/thomasreggi/Desktop/pg

pgrun bundle

pgrun bundle \
--database postgres://thomasreggi@localhost:28816/json_schema_3 \
--cwd /Users/thomasreggi/Desktop/pg

About

An opinionated postgres file bundler and test runner.


Languages

Language:TypeScript 100.0%