I am setting up some reports using DB API to query custom content fields, and rendering in tables and charts. I am looking for a way to easily look up the names of tables and fields in the Drupal DB.
Is there a Devel-type module that provides an easy reference of the live DB schema?
Currently I'm using drush sql-cli and/or phpmyadmin, so the solution should be something simpler than that. Thanks