Hi, I have a app using Nuxt, Ionic, and Capacitor. In the app I am using sqlite to store some data locally. In the app I am using Nuxt server api to fetch the stored data in the sqlite database locally, and in the browser everything was working fine. But, upon deploying to android emulator it is not able to fetch the data from the sqlite database.
So, if anyone can suggests how sqlite data handling is normally done in capacitor/android. If anyone can suggest me an approach to handle this.
I am using drizzle as a db connector.