Hi,
What are the best practises to implement a multi tenancy environment in Flask? Flask-SQLAlchemy does not provide any service for this. We have a set of models where some needs to be synchronised with one (our own) database and other models need to be synchronised with the client database. Multi-bind does not work, as the client is not yet known the first time as the App launches.
Hope you can shed some light on my issue! Thanks
Sjoerd Huisman