peewee - modify db model meta (e.g. schema) dynamically
问题 In order to insert same data to same set of tables in different schemas (data about the mobile application where app id is primary key but app is cross-platform and exists on different platforms. Schema per platfrom so pp id does not interfere for tables with it as fk). I already has some infrastructure for it and I wasn't expecting this requirement. For me I see the easiest way is having existing model class binded to some db+schema_1+table_name insert data to first schema then somehow