Add db support for PostgreSQL and Oracle.

This commit is contained in:
hns 2009-09-15 15:41:24 +00:00
parent 1b58896a2e
commit e051184c12
5 changed files with 49 additions and 2 deletions

View file

@ -1,5 +1,15 @@
#MySQL
dbcTest.url = jdbc:mysql://localhost/helmaTest
dbcTest.driver = org.gjt.mm.mysql.Driver
dbcTest.driver = com.mysql.jdbc.Driver
dbcTest.user = helma
dbcTest.password = secret
# Oracle
# dbcTest.url = jdbc:oracle:thin:@localhost:1521:XE
# dbcTest.driver = oracle.jdbc.driver.OracleDriver
# PostgreSQL
# dbcTest.url = jdbc:postgresql:helmaTest
# dbcTest.driver = org.postgresql.Driver