SQLITE DB CONNECTION in APPIUM

I am using APPIUM for mobile application testing and storing all data into sqlite database in that app. I have to validate page inputs based on sqlite db data. Kindly let me know how to get sqlite db connection through APPIUM.

Appium does not provide such functionality. You could try to retrieve the database file itself from the app and then handle it on client side though.