Re: [web2py] Re: MongoDB and Web2py

2011-10-12 Thread ~redShadow~
On Wed, 2011-10-12 at 04:07 -0700, David Marko wrote: > Massimo adviced me to use something like this previsously: > > def make_connection(): > from pymongo import Connection > connection = Connection('localhost', 27017) > return connection > > connection = cache.ram('mongodb'

Re: [web2py] Re: MongoDB and Web2py

2011-10-02 Thread Bruno Rocha
I used that for some samples and talks, also for a small project. as I I am not doing advanced operations I cant say if it works or not. But for my sample needs worked very well. On Sun, Oct 2, 2011 at 7:39 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > At this time my priority is t

Re: [web2py] Re: MongoDB and Web2Py

2011-04-04 Thread David J.
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

Re: [web2py] Re: MongoDB and Web2Py

2011-04-04 Thread Ahmed Bani
I will test it for my new application: x2py = a web2py-powered web-based email client. Yet, another web-based email client!

Re: [web2py] Re: MongoDB and Web2Py

2011-04-01 Thread David J.
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 wrote: Lots of people asked for support but nobody volunteered

Re: [web2py] Re: MongoDB and Web2Py

2011-04-01 Thread Tom Atkins
+1 On 1 April 2011 06:35, David Marko wrote: > I'm also interested in testing ... > > David Marko >