Re: [Rails] Question about db
On Oct 26, 2011, at 6:45 AM, pololo pololo wrote:
> Hello world,
>
> I'm new in this forum.
>
> Is it possible to sqlite and mysql coexists in same RoR app?
Individual models can be mapped to entirely different databases (running under different engines). More commonly, different applications are mapped to different databases, and Rails as of 2.something supports mounting one application inside another, so that could give you the kind of isolation you're talking about here.
> I want to
> extend functionalities to an app making queries toa mysql server and I'm
> not sure if I can do it.
Are you saying you have a problem with MySQL on your server, or what?
Walter
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home