Re: Django on non relational DBs

2008-09-05 Thread Russell Keith-Magee
On Sat, Sep 6, 2008 at 10:03 AM, Posi <[EMAIL PROTECTED]> wrote: > > Now that 1.0 was released, how hard or desirable would it be to > consider column based DBs like HBase, hypertable, etc for Django > backends? Desirable - certainly. Hard - yes. This isn't going to be a simple 'just implement

Django on non relational DBs

2008-09-05 Thread Posi
Now that 1.0 was released, how hard or desirable would it be to consider column based DBs like HBase, hypertable, etc for Django backends? Currently the model behavior seems tightly coupled to traditional DB models, is this really what we want? --~--~-~--~~~---~--~---