Is there a MySQL version control system or something?
March 12, 2008 5:13 PM
Subscribe
What is the best way to work databases like we does with version control (Subversion or CVS) for the source files?
I was researching but probably I'm not using the right words or there's some special way to work.
posted by Leech to computers & internet (19 comments total)
7 users marked this as a favorite
I've heard of people saving their sproc code as .SQL files and putting them into source control, but this sounds like it would be such a clusterfuck to keep straight that it wouldn't even be worth it. Best solution, to my mind, is to just use a development DB and then integrate when necessary.
posted by Afroblanco at 5:23 PM on March 12