Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases Querying Relational Databases Table Relationships Modeling Table Relationships

Johannes Scribante
Johannes Scribante
19,175 Points

Database modeling tools?

Hi all,

So watching this video made me wonder if there are any nice tools out there to model a database? More specifically, is there a tool out there that is either recommended or one that is able to take your table creation code and then to draw a diagram fro you based on your code?

1 Answer

Ari Misha
Ari Misha
19,323 Points

Hiya there! You dont need any tool for databases. Actually most of the databases come with handy tool, its their GUI representation and server. If you have used MySQL/postgreSQL in the past, you'd know how handy the cli is. You just turn on the server and get in your terminal and type your user and password and you're in. When it comes to database , i wont recommend any other tool other than the cli it already comes with. And for SQLite, i simply use this tool. I hope it helped!

~ Ari

Johannes Scribante
Johannes Scribante
19,175 Points

Thanks Ari, I'll have a look into the cli!