3 Sep 2008 10:45
Querying over multiple databases
Fabian von Derschatta (united-domains AG <vonderschatta <at> united-domains.de>
2008-09-03 08:45:32 GMT
2008-09-03 08:45:32 GMT
Hello, we use Propel for a big project and our database is growing and growing. For a better overview we really would like to seperate tables into different databases. But we would like to continue using and quering these tables in one project. With a custom SQL query I would easily do this by something like: "SELECT * FROM database1.table1 JOIN database2.table2 ON table1.id = table2.foreign_key" This is how we have done it before we started to use Propel. How can I do this in Propel without using SQL but using the generated classes? Is this possible? Kind Regards, Fabian
RSS Feed