I have created PWA application. As my requirement says, my PWA application should work for both online and offline as of now online i have done but facing problem with offline because i should not use service worker or any browser level storage. I need to use some local database i have chosen sqlite but not getting proper documentation to connect PWA app with sqlite.
Thanks in advance.