Skip to content

biolds/db_annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db_annotate is a database analysis tools. See a `sample output </db_annotate/index.html>`_

Debian packages requirements:
aptitude install graphviz python3-{psycopg2,pygments,sqlalchemy}

Download Pygal (https://github.com/Kozea/pygal.git)

Run:
Eventually use the PYTHONPATH variable to use Pygal:

::

    $ export PYTHONPATH=/path/to/pygal/

Then run the script:

::

    $ ./bin/db_annotate mysql://username:password@host/database

or

::

    $ ./bin/db_annotate postgresql://username:password@host/database


The output will be available in the db_annotate/ directory under the current working directory.

Releases

No releases published

Packages

No packages published

Languages