db_string1 = DAL(...) db_string2 = DAL(mogno) If you only need a key value storage consider Redis which benefit from a better support to my knowledge...
Mognodb is for Document type database requirements... Richard On Thu, Apr 30, 2015 at 10:53 AM, Ron Chatterjee <[email protected]> wrote: > How to properly use Mongodb in web2py application. Does all the > scapholding is preferred to be kept in sqlite or postgres and rest in > Mongodb to perform key value operation? Can someone give an example of how > to concurrently use two databases in use for web2py using monogo db? > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

