@azimutt/connector-postgres
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

PostgreSQL connector

This library allows to connect to PostgreSQL, extract its schema and more...

It lists all schemas, tables, columns, relations and types and format them in a JSON Schema.

This library is made by Azimutt to allow people to explore their PostgreSQL database. It's accessible through the Desktop app (soon), the CLI or even the website using the gateway server.

Feel free to use it and even submit PR to improve it:

Publish

  • update package.json version
  • update lib versions (npm run update + manual) & run npm install
  • test with npm run dry-publish and check azimutt-connector-postgres-x.y.z.tgz content
  • launch npm publish --access public

View it on npm.

Dev

If you need to develop on multiple libs at the same time (ex: want to update a connector and try it through the CLI), depend on local libs but publish & revert before commit.

  • Depend on a local lib: npm install <path>, ex: npm install ../models
  • "Publish" lib locally by building it: npm run build

Readme

Keywords

none

Package Sidebar

Install

npm i @azimutt/connector-postgres

Homepage

azimutt.app

Weekly Downloads

39

Version

0.1.0

License

MIT

Unpacked Size

166 kB

Total Files

32

Last publish

Collaborators

  • sbouaked
  • loicknuchel