You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I use more than one connection in the same php application using Propel2?
For example, one for MySql and other for PostgreSQL, both at the same time.
The text was updated successfully, but these errors were encountered:
The documentation has examples how to set up multiple connections. Then you define a database-element in schema.xml for each connection, they are bound to the connection via the name attribute. The archivable behvavior documentation has an example where a second connection is used for storing backups.
I have never used it myself, so I can't tell you how well it works. Feel free to share how it is going.
How can I use more than one connection in the same php application using Propel2?
For example, one for MySql and other for PostgreSQL, both at the same time.
The text was updated successfully, but these errors were encountered: