[Rails] "Database" as a collection of XML docs
Josh on Rails
rails at thewehners.net
Tue Mar 14 12:23:24 GMT 2006
On 3/14/06, David Mitchell <monch1962 at gmail.com> wrote:
>
> A new project I'm starting on has a "database" consisting of many 10s
> of thousands of XML documents. They all conform to a common schema.
>
If I were faced with this situation, I'd ditch ActiveRecord. Your models
don't have to base off of it; I'd write a new model object that can
interface with your XML files.
Good luck!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060314/473fb1e4/attachment.html
More information about the Rails
mailing list