Rss Feed
Tweeter button
Facebook button
Technorati button
Reddit button
Myspace button
Linkedin button
Webonews button
Delicious button
Digg button
Flickr button
Stumbleupon button
Newsvine button
Youtube button

Home » SQL

MySQL Workbench 5.1.18 / 5.2.15 Beta 5

Intipadi.com - MySQL Workbench is a cross-platform, visual database design tool developed by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. MySQL Workbench is available as a native GUI tool on Window, Linux and OS X. MySQL Workbench is available in different editions. AKPC_IDS += "2091,";Popularity: 3% [?] [Translate]  Read More →

Miruku – Migrations for SQLALchemy

One of the painful things about working with any database-oriented project in production is that you can’t just drop the database and re-create every time you have a schema change. (Of course, you could do that, but your users might get a little miffed when their data disappears.) Rails and Django have for this reason had support for migrating from one schema version to another. Well, now...