Re: [web2py] question about DAL and many objects for the same database

2011-08-11 Thread Vasile Ermicioi
http://web2py.com/book/default/chapter/06 The DAL allows multiple connections with the same database or with different databases, even databases of different types.

Re: [web2py] question about DAL and many objects for the same database

2011-08-11 Thread Vasile Ermicioi
I think no

[web2py] question about DAL and many objects for the same database

2011-08-11 Thread Vidul Petrov
Could it be an issue if there are many DAL objects for the same database (the RDBMS in usage is Postgres)?