I want to create a business directory project. I want to start two businesses with this project, the first will be customized for restaurants and the second will be customized for toy stores. In terms of customization, each business project will have its own domain name, configuration settings, front end templates and language files.
Should I design the web application to run off of one database or should each web application have it's own database? What do I need to know to help me make this decision? What are the pros and cons of each decision?