|
|
|
|
|
by kfool
5296 days ago
|
|
Referential integrity is to databases what pointers are to code. You definitely need it. What's worse than migrations? Being unable to turn an application off, since it uses the old schema. With ChronicDB we support indefinite backward compatibility. Unlike per-record versioning tricks, application code does not need to be aware of migration code. |
|