Skip to content

The utility helps to verify that you can connect to a PostgreSQL database and get a list of available databases and tables in that database and public schema.

License

Notifications You must be signed in to change notification settings

stevenstr/get-pg-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-pg-schema

The utility helps to verify that you can connect to a PostgreSQL database and get a list of available databases and tables in that database and public schema.

Setup

  • put the following commands to cmd.
git clone [email protected]:stevenstr/get-pg-schema.git
cd ./get-pg-schema
go build .
docker-compose up

Usage

  • for testing.
go run .\get-pg-schema.go localhost 5432 stevenstr pass master
  • for "real" usage.
get-pg-schema.exe localhost 5432 stevenstr pass master

Acces to docs

  • puth to cmd and press enter.
godoc -http=:6060
  • go to browser.
http://localhost:6060/pkg/get-pg-schema/

About

The utility helps to verify that you can connect to a PostgreSQL database and get a list of available databases and tables in that database and public schema.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages