Re: Can RCS be used to version control SQL DB & queries ?
Paul Eggert <[email protected]> Fri, 09 Feb 2007 15:16:29 -0800
| Newsgroups | gmane.comp.gnu.rcs |
|---|---|
| Message-ID | <[email protected]> |
Dilip Sundaramurthy <[email protected]> writes: > Now, the question is... Is there a way to version control SQL queries, in > RCS ? Sure: you can stick them into files, and version-control the files. This should work with any version-control system. > And, is there a way to track the changes done to the SQL database, in > RCS(or any other tool) ? Typically you'll need help from the database to do that efficiently, so you need to ask that of the database experts.