sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
594 stars 153 forks source link

[Multi-Tenant] Support using single database #69

Open alecwhittington opened 12 years ago

alecwhittington commented 12 years ago

support using a single database

seif commented 8 years ago

@alecwhittington @chrisrichards any of you got an idea what this is about? Can you remind us?

chrisrichards commented 8 years ago

The existing multi tenant sample uses a separate database for each tenant, along with a master database for details of each tenant. I think this was to support multi tenancy by adding a key, e.g. tenant_id, to appropriate tables.