Problem
Hi! I'm encountering an issue while trying to integrate the useSQLiteDB into my Ionic project. The problem appears when running the app on an Android emulator. The database object seems to be undefined initially and only becomes accessible after performing specific operations, such as adding an item.
Example

Problem
Hi! I'm encountering an issue while trying to integrate the
useSQLiteDBinto my Ionic project. The problem appears when running the app on an Android emulator. The database object seems to be undefined initially and only becomes accessible after performing specific operations, such as adding an item.Example