<div dir="ltr"><div><div><div><div><div><div>Greetings!<br><br></div>I'm seeing great advantages to Pony -- however, perhaps you can help me through one major stumbling block:<br><br></div>Our app requires that tables (and their classes) be created on-the-fly.  Given my understanding of the lifecycle of entity mappings, it looks like entity mappings really cannot be created dynamically.  That is, it looks like Pony requires that Entities need to be mapped before any using application starts, yes?  Any attempt to sub-class Entity results in an exception once the first generate_mapping is called.<br><br></div>We really require the ability to add an entity to the schema while the using application is active.  We've been using SqlAlchemy to create models throughout the life of the application -- we were very much looking forward to using Pony's awesome features.<br><br></div><div>Do you have any suggestions / work-arounds (besides re-initializing the Database object)?<br><br></div><div>Many  Thanks,<br><br>Bruce<br><br></div><div><br></div><br><br></div></div></div>