What would be nice is a something like two web2py apps where one can
do

db=DAL('mysql://....')
db.serve(port=8080)

and another can do

db=DAL('connect://127.0.0.1:8080')
db.fetch_tables()

mind this would be not too difficult to implement.




On Apr 28, 10:25 am, Ross Peoples <[email protected]> wrote:
> After thinking about this a little more, maybe a custom DAL adapter or
> something would probably be the only way to handle this, which is no easy
> task. Does anyone else have any ideas?

Reply via email to