Wiki source code of EOF-Using EOF-Schema Changes
Last modified by David Holt on 2007/09/18 15:24
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
3.1 | 1 | === Christian Pekeler === |
| |
1.1 | 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.1 | 5 | [[http:~~/~~/www.stepwise.com/Articles/2005/DBChanges>>url:http://www.stepwise.com/Articles/2005/DBChanges||shape="rect"]] |
| |
4.1 | 6 | |
| 7 | === Migrations === | ||
| 8 | |||
| 9 | Check out the code for ERXMigrator in Wonder for another approach |