Re: [Sqlrelay-discussion] rails and sqlrelay
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2010-02-01 20:20:45
|
I haven't gotten much into rails programming myself, so I'm not totally sure. There is a Ruby DBI driver for SQL Relay. So a program written to use Ruby's DBI interface will work with SQL Relay. I've heard that there is a rails has it's own database driver interface, but that there is a DBI bridge. So, in theory you could do: rails -> rails-db-interface -> ruby-dbi -> SQLRelay driver -> SQLRelay Ideally you'd do: rails -> rails-db-interface -> SQLRelay driver -> SQLRelay But that doesn't currently exist. Hopefully my understanding of all of this is accurate. I haven't done much with rails. David Muse dav...@fi... On 01/31/2010 02:20 PM, joel wrote: > Looking to get rails working with sqlrelay without having my dev team to > do any code rework. Is there an adapter out there to work with > sqlrelay. I have the setup I want working so far but it's kind of > useless to me unless I can have this for an easy drop in replacement for > the current traditional setup of a master db that's taking all the > traffic. > > Thanks > > ~joel > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > _______________________________________________________ > Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting > http://www.doteasy.com > _______________________________________________________ Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting http://www.doteasy.com |