0

I have been integrating propel application,I just wanted to use two databases. But I don't know how to define in schema and build.properties files.can any one let me know what should I do to have multiple database

Sakthi Ganesh
  • 191
  • 1
  • 15

1 Answers1

1

Just write two schema with different database names and configure a runtime-conf.xml file. See: http://www.propelorm.org/documentation/02-buildtime.html

William Durand
  • 5,439
  • 1
  • 26
  • 37