Today I added a feature to an app I wrote (SqlSpec) that allows you to generate docs about any MySQL database (5.0 or above). As I am just one guy, I need a little help testing it. Also this is my first foray into the world of MySQL.
So my question is, does anyone have any scripts for large databases (that is, many, many objects) in MySQL 5.0 and up they would be willing to share? Anything of decent size would be appreciated (I don't need the data, just the script to create the objects). All I have been able to find of any substance is sakila, which isn't all that big or complex. I'd like to test it on something more meaty.
Here's an example of what SqlSpec generated from the sakila database:
So my question is, does anyone have any scripts for large databases (that is, many, many objects) in MySQL 5.0 and up they would be willing to share? Anything of decent size would be appreciated (I don't need the data, just the script to create the objects). All I have been able to find of any substance is sakila, which isn't all that big or complex. I'd like to test it on something more meaty.
Here's an example of what SqlSpec generated from the sakila database: