Wiki source code of EOF-Using EOF-Schema Changes
Last modified by David Holt on 2007/09/18 15:24
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | === Christian Pekeler === | ||
| 2 | |||
| 3 | James Seigel and I have written an article that might be of interest to this group. We describe a simple method for encoding structural changes to a database as objects. These objects can be used by applications to automatically bring their databases up-to-date on startup. We include example source code for WebObjects, usage patterns, and the lessons we have learned. Check it out: | ||
| 4 | |||
| 5 | [[http:~~/~~/www.stepwise.com/Articles/2005/DBChanges>>url:http://www.stepwise.com/Articles/2005/DBChanges||shape="rect"]] | ||
| 6 | |||
| 7 | === Migrations === | ||
| 8 | |||
| 9 | Check out the code for ERXMigrator in Wonder for another approach |