Hi, I am trying to make database queries to my app database (sqlite) which resides in .../applications/app/databases folder.
I am importing DAL package to achieve this.
What address should I write in the following command to make it
connect to the app database..
db=DAL('sqlite://storage.sqlite')
I am working in a regular python shell in my home directory.
Thanks,
Saurabh

