You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to @capacitor-community/sqlite and really stucked at this error
when i run this code getting error connection already exists.
i also removed await this.initializeDatabase(); but when i removed this getting error undefined query
i have a database in my assets/databases/quran.db and want to load some data on. page 1 and after that data i want to load other data on page 2 please help me
I am new to @capacitor-community/sqlite and really stucked at this error
when i run this code getting error connection already exists.
i also removed
await this.initializeDatabase();
but when i removed this getting error undefined queryi have a database in my assets/databases/quran.db and want to load some data on. page 1 and after that data i want to load other data on page 2 please help me
`
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/fire": "^19.0.0-rc.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@capacitor-community/sqlite": "^6.0.2",
`
The text was updated successfully, but these errors were encountered: