views:

47

answers:

0

Just curious since I might be dabbling a little with Eclipse and Java - I'm used to having everything from one IDE with Visual Studio - code files, database projects that let me generate scripts and model diagrams, BI stuff, etc.

Is there an Eclipse plugin or equivalent feature that lets you do similar? Specifically a way to, from a single project, create a database, create tables (preferably with a nice GUI like VS instead of having to just type SQL) and database diagrams, and then generate the drop/create scripts so I can run them against another database? Visual Studio even lets you set up the connection and run the SQL scripts directly from it.

I realize I'm spoiled by VS2008 (either that or it's just so tightly integrated with the rest of the MS stack), but figure it's worth a shot to see if there's equivalent functionality out there, just in case.