Description
Adds persistence behavior to Python objects for object databases and frameworks that store state transparently. It helps applications keep object changes across sessions without manually serializing every field.
Use it as part of a designed persistence layer. Stored objects can affect application state, upgrades, and data migration, so schema and compatibility changes need careful testing.