[Sqlrelay-discussion] Hibernate & sqlrelay
Brought to you by:
mused
From: <dw...@ca...> - 2012-12-04 08:17:30
|
Hi, I have sqlrelay installed, and configured for splitting reads & writes between MySQL master and slave databases. I can run sqlrsh, and that works fine. What I need to do, though, is have my web application use sqlrelay. It runs under Tomcat and uses Hibernate, which uses the MySQL JDBC driver. I found this email in the archive about doing that: http://sourceforge.net/mailarchive/message.php?msg_id=18563755 which suggested using a PostgreSQL JDBC driver and the sqlrelay drop-in library for PostgreSQL. Is that still the best/only solution? Thanks, Dwight |