psql-describe

v0.1.5
psql's `\d` (describe) family of commands ported to JavaScript.

test

test/test.mjs /usr/local/pgsql/bin/psql postgres://localhost/psqldescribe < test/tests.txt

build

esbuild src/describe.mjs --outfile=index.js --platform=neutral --target=es2020 --minify --line-limit=120

bundleDemo

esbuild demo-src/demo.js --bundle --outfile=demo/demo.js --platform=neutral --target=es2020
npm i psql-describe

Metadata

Downloads

Maintainers