ente/mobile/lib/db
Ashil c4c513a1d7
[mob][photos] Use sqlite_async instead of sqlite3 (#1489)
## Description

Using both `sqlite_async` and `sqlite3` for querying at the same time
was throwing this error:
`error: SqliteException(5): while executing, database is locked,
database is locked (code 5)`

So, have used `sqlite_async` everywhere.

## Tests

- [x] Tested all changes
2024-04-19 16:56:40 +05:30
..
collections_db.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
device_files_db.dart Merge branch 'main' into multipart 2024-04-15 10:37:42 +05:30
embeddings_db.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
entities_db.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
file_updation_db.dart [mobile][photos] Reupload files with missing GPS data (#1263) 2024-04-01 16:41:33 +05:30
files_db.dart [mob][photos] Use sqlite_async instead of sqlite3 (#1489) 2024-04-19 16:56:40 +05:30
ignored_files_db.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
memories_db.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
trash_db.dart Move into mobile/ 2024-03-01 12:25:37 +05:30
upload_locks_db.dart Move into mobile/ 2024-03-01 12:25:37 +05:30