Hi, I am evaluating CouchDB to be used in multi-tenant environment and would like to know if there are ways to have design documents from one database to be used by a another database.
In other words, if we have client1, client2, client3 databases that contain data (specific to a client) and application_code database that has design documents (views, validation rules) that should be used by all clients is there a way to point to the application_code db from other client data databases? Otherwise, it would be difficult to do application code upgrades: one would need to replace design documents individually for each client... Thanks.
