Open
Description
Is your feature request related to a problem? Please describe.
I would like to implement offline mode using Amplify datastore in Ionic/Capacitor project.
I need to use Sqlite with Amplify datastore instead of default indexed db
Describe the solution you'd like
As I know, amplify datastore can be integrated with sqlite via storage adapter in React Native, but in Ionic, there is no any equivalents.
Can anyone suggest solution to use sqlite with amplify datastore in ionic/capacitor ios mobile app?