doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.92k stars 2.51k forks source link

Doctrine for a multi-db application and dynamic fields #11529

Closed amine-ini closed 3 months ago

amine-ini commented 3 months ago

Hello everyone ! In our application we want to use a Doctrine. However, our application is multi-database (one database per client). And moreover the table columns are not fixed and identical between all the DBs. To say that from the Web interface they can add fields (by choosing the type) and they are created dynamically. So can I use Doctrine for these two points mentioned above? If so do you have any leads I am stuck. Thank you in advance for your help

derrabus commented 3 months ago

Duplicate of #11530.