Just install mongo, pymongo and use
db=DAL('mongodb://127.0.0.1:5984/db')
(the port may be different). Everything else should work as usual..
On Monday, 13 August 2012 14:45:15 UTC-5, Pystar wrote:
>
> how do we test it. I am interested in doing that
>
>
> On Monday, August 13, 2012 5:08:04 AM UTC+1, Massimo Di Pierro wrote:
>>
>> We think web2py supports mongo well but we need more people to help
>> testing it. We will mention in the 2.0 release as experimental because of
>> lack of testers.
>>
>> On Friday, 10 August 2012 11:16:30 UTC-5, gm01 wrote:
>>>
>>> Has there been any update with DAL supporting Mongo? I haven't seen any
>>> "official" mention in w2p docs. Any information would be appreciated.
>>> Thanks,
>>> gm
>>>
>>> On Thursday, July 15, 2010 4:07:04 PM UTC-4, Pystar wrote:
>>>>
>>>> Hi guys,
>>>> I am one of the proponents that web2py's DAL should support NoSQL
>>>> datastores like Couchdb, Mongodb et al but since the DAL rewrite isn't
>>>> quite completer yet, I would like to know how to use web2py and a
>>>> NoSQL datastore without DAL and without loosing stuff like auto-gen
>>>> forms and validation.
>>>> Thanks Pystar
>>>
>>>
--