If it is an option you may want to try with couchdb. That is very close to completed. Only date/datetime/time/boolean fields do not work.
On Apr 4, 10:37 am, "David J." <[email protected]> wrote: > Thanks Massimo; > > I never thought to even try this; > I will make a sample project and test this; > (For me the other way works; so I wouldn't ask that you implement it in > DAL; (but I am happy to test it;) > > Thanks for your great software. > > David. > > On 4/4/11 9:24 AM, Massimo Di Pierro wrote: > > > > > > > > > DAL allows to do: > > > db=DAL('mongodb://127.0.0.1:5984/db') > > > it allows to define_table and allows db.table.insert(...) other > > methods have not been implemented because the above was never tested. > > If you help us with testing I can implement the other methods (select, > > count, update). > > > On Apr 1, 9:55 am, "David J."<[email protected]> wrote: > >> While DAL might not support MongDB; you can still use it via mongoengine; > > >> On 4/1/11 10:41 AM, Marcel Luethi wrote: > > >>> Despite a lot of time, I'd like to help as well. > >>> MongoDB looks promising. > >>> On 1 Apr., 04:58, Massimo Di Pierro<[email protected]> > >>> wrote: > >>>> Lots of people asked for support but nobody volunteered to help test > >>>> it. > >>>> If you are interested and can help with some regular tests we can make > >>>> it work in relatively short time. > >>>> Massimo > >>>> On Mar 31, 9:09 pm, luckysmack<[email protected]> wrote: > >>>>> I have read a few older messages about mongoDB being made to work with > >>>>> the DAL. But they all seem to be pretty dated and have not specified > >>>>> what was working and what wasnt. massimo menitoned that it may be > >>>>> ready by january of this year. But under the supported list it wasnt > >>>>> listed. So im just curious as to what the status of using mongoDB is > >>>>> with web2py and if anyone has a basic example on how I would use it. > >>>>> Thanks

