# An example configuration file for talking to a database. # PostgresQL # BELOW: SET THE USERNAME, PASSWORD, CATALOG ETC. TO WHATEVER IS # APPROPRIATE IN YOUR ENVIRONMENT jdbc.driver=org.postgresql.Driver jdbc.url=jdbc:postgresql://localhost/test jdbc.user=postgres jdbc.password=mypassword jdbc.catalog=test target.types_to_process = table # set this to whatever you want generate.class_package = mytest # This is the directory where the output files are placed. A dot # means the current directory from where the O/R was launched. It's # a good idea to use absolute paths here (not a .) if possible. generate.output.dir = . # To get more information about other options. # Say: prompt> java fc.jdbc.dbo.Generate