Top "Multiple-databases" questions

What is the best way to support multiple databases for a .NET product?

We are designing a product which could support multiple databases. We are doing something like this currently so that our …

c# design-patterns multiple-databases architecture
liquibase using maven with two databases does not work

This post describes how to update two databases from maven using liquibase: liquibase using maven with two databases However, when …

maven multiple-databases liquibase
Dynamic JPA Connection

I have a fairly standard Java EE6 web application using JPA 2 with dependency injection connecting to a MySQL database and …

java jpa multiple-databases
What is the correct way of Multiple inheritance in Qt/C++?

In my Qt application, I have a base class as follow. I am using QObject because I want to use …

c++ qt qt4 multiple-databases
symfony2 - using multiple connections in a repository or class

I have multiple connections and I have a repository class. I would like the repository class to have access to …

php symfony database-connection multiple-databases
EF Code First Migration with Multiple Database / DbContext

I have two database each with their own dbcontext. I've setup two migration configurations. I can add a migration for …

entity-framework code-first entity-framework-migrations multiple-databases
CoreData with multiple stores: configuration woes

I have an iOS project with a large, preloaded database and a small user database (both CoreData SQLite stores). Previous …

objective-c ios core-data ios5 multiple-databases
Multiple Databases Connection on yii2

I'm trying to use multiple database connection on yii2 framework. Under my db.php file inside the config folder, I …

php database yii2 multiple-databases
Connect multiple databases dynamically in laravel

I'm building an application which requires connecting 2 database. first one is static and another one is dynamic. config/database.php …

php database laravel multiple-databases connection
Spring + Hibernate + JPA + multiple databases

I have a Spring + Hibernate + JPA app. The user, when logging in, can choose from a list of DB's to …

hibernate spring jpa entitymanager multiple-databases