dbdot icon indicating copy to clipboard operation
dbdot copied to clipboard

Generate DOT description for postgres db schema

Results 9 dbdot issues
Sort by recently updated
recently updated
newest added

This would be interesting because a lot of times I have wanted to copy the table and paste it in a google doc or something. It would be interesting to...

potential-feature

Maybe need some dependency management to install requirements?

See if it can be done using travis. Maybe docker?

When executing `go get github.com/akarki15/dbdot/cmd`, a binary named `cmd` is placed in GOBIN. A user would then have to rename the file to `dbdot`. I suggest to move the main.go...

good first issue

Current dbdot has no tests. This ticket is to start adding unit tests. This will probably require refactoring existing code to use interfaces to abstract away mockable things.

When running dbdot, it will only output tables in the `default` schema. Using whitelist to access tables in the non-default schema doesn't work either: ``` $ dbdot -dbname=ipp -user=geertjohan -W...