README.rdoc in trinidad_dbpool-0.2.0 vs README.rdoc in trinidad_dbpool-0.3.0

- old
+ new

@@ -5,10 +5,12 @@ == Pools supported * MySql (trinidad_mysql_dbpool_extension) * PostgreSQL (trinidad_postgresql_dbpool_extension) +* Mssql (trinidad_mssql_dbpool_extension) +* Oracle (trinidad_oracle_dbpool_extension) == Usage * Install the extension gem, ie: jruby -S gem install trinidad_mysql_dbpool_extension * Configure the pool into the trinidad's configuration file, ie: @@ -35,9 +37,10 @@ * Configure your rails application to use jndi into the config/database.yml production: adapter: jdbc jndi: java:/comp/env/jdbc/TestDB + driver: com.mysql.jdbc.Driver # jdbc driver is mandatory == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix.