I have started following create your first titanium app tutorial from the Appcelerator documentation.
Under Initialize the book collection section in point number 4, it says:
Add the book to the collection and persist it to the database.
myBooks.add(book); book.save();
and whole tutorial is working fine.
My question is, how/where can i see the values stored in database?