views:

18

answers:

1

is there a way to make a DB diagram of tables..columns and their relationship based on a rails app?

if not...are there tools that would do that for a postgresql DB on ubuntu?

+1  A: 

I've used RailRoad in the past which produces quite useful output.

John Topley