2008/10/8 Julian Leviston <[EMAIL PROTECTED]>: > Actually, can't you do a datamapper object which stores objects in > memory only while the others store their data in other places?
You can. Same with Sequel and ActiveRecord (using SQLite). That's what we are going to do to simplify setup for those who hack on merb-helpers. > By the way, how does datamapper handle multiple databases? Idea of multiple data sources, not necessary relational databases, is built in. If you'd write a memcached adapter, you can talk to memcached just like you would to say PostgreSQL in your Ruby code. -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
