fschulze / sqlalchemy_schemadisplay

Other
140 stars 37 forks source link

Run from command line #20

Closed abitrolly closed 2 years ago

abitrolly commented 5 years ago

It is handy to have it as a command line tool.

$ python3 sqlalchemy_schemadisplay.py
usage: sqlalchemy_schemadisplay.py <dburl>

examples:

  sqlalchemy_schemadisplay.py postgres://user:pwd@host/database
  sqlalchemy_schemadisplay.py sqlite:////usr/share/my.db
abitrolly commented 3 years ago

Travis is enabled, but failed to report the build status. Something is broken in its GitHub integration.

abitrolly commented 3 years ago

I think that maybe it is better to wrap the CLI tool be a separate project.

abitrolly commented 2 years ago

Wrapped as https://github.com/abitrolly/sqlite2png as it is easier to discover.