Re: [RDBO] Variable Rose::DB connection parameters

2006-08-07 Thread Sean Davis
On 8/7/06 4:27 PM, "John Siracusa" <[EMAIL PROTECTED]> wrote: > On 8/7/06 4:14 PM, Sean Davis wrote: >> This is what I thought of first, but the user of a "mirror" or "local" >> database will want to set up his/her username/password, hostname, etc. So, >> I probably need finer, more flexible c

Re: [RDBO] Variable Rose::DB connection parameters

2006-08-07 Thread John Siracusa
On 8/7/06 4:14 PM, Sean Davis wrote: > This is what I thought of first, but the user of a "mirror" or "local" > database will want to set up his/her username/password, hostname, etc. So, > I probably need finer, more flexible control than this; the level of the > Rose::DB subclass seems the right

Re: [RDBO] Variable Rose::DB connection parameters

2006-08-07 Thread Sean Davis
On 8/7/06 4:04 PM, "John Siracusa" <[EMAIL PROTECTED]> wrote: > On 8/7/06 3:40 PM, Sean Davis wrote: >> On 8/7/06 1:31 PM, "Sean Davis" <[EMAIL PROTECTED]> wrote: >>> I am trying to write some code to access a publicly available data source. >>> It consists of a few dozen different databases (m

Re: [RDBO] Variable Rose::DB connection parameters

2006-08-07 Thread John Siracusa
On 8/7/06 3:40 PM, Sean Davis wrote: > On 8/7/06 1:31 PM, "Sean Davis" <[EMAIL PROTECTED]> wrote: >> I am trying to write some code to access a publicly available data source. >> It consists of a few dozen different databases (mysql), all with the same >> table structure, pretty much. I would also

Re: [RDBO] Variable Rose::DB connection parameters

2006-08-07 Thread Sean Davis
On 8/7/06 1:31 PM, "Sean Davis" <[EMAIL PROTECTED]> wrote: > I am trying to write some code to access a publicly available data source. > It consists of a few dozen different databases (mysql), all with the same > table structure, pretty much. I would also like to allow users to query a > loca

[RDBO] Variable Rose::DB connection parameters

2006-08-07 Thread Sean Davis
I am trying to write some code to access a publicly available data source. It consists of a few dozen different databases (mysql), all with the same table structure, pretty much. I would also like to allow users to query a local mirror of the data source, as well. Therefore, I would like to make