pg-structure

v7.15.3
Reverse engineer PostgreSQL database as a detailed JS Object.
postgresql reverse engineer pg structure database object

execute

ts-node --transpile-only --compiler-options '{ "module": "commonjs" }'

watch

ts-node-dev --no-notify --respawn --transpile-only --compiler-options '{ "module": "commonjs" }'

lint

eslint --ignore-path .gitignore --cache --max-warnings 0 --ext js,jsx,ts,tsx,vue --fix .

format

prettier . --write

release

npm run readme && git pull && git add -A && git commit && git push --follow-tags

test

jest --coverage

readme

node module-files/scripts/tsmod.js readme

build

tsc

docs:build

npm run tsmod vuepress-api && NODE_ENV=production vuepress build docs

docs:dev

npm run tsmod vuepress-api && vuepress dev docs

_postinstall

is-ci || husky install

prepublishOnly

pinst --disable

postpublish

pinst --enable

tsmod

node module-files/scripts/tsmod.js

yo:update

yo tsmod:uninstall --no-install --force && yo 'tsmod' '--vuepress' '--github-workflow' 'pg'
npm i pg-structure

Metadata

  • MIT
  • >= 14.0.0
  • Özüm Eldoğan
  • released 5/16/2024

Downloads

Maintainers