Yes. More information is available here: http://web2py.com/book/default/chapter/04#Cooperation
On Oct 7, 11:11 am, Harshad <hash0...@gmail.com> wrote: > I was wondering if its possible to share a database between apps. I > have two apps. One is a background process that discovers devices on > the network using bonjour and adds them to the database. The other app > provides a web interface to view these discovered devices. > > How do I share the same database? Do I define the table twice?