Skip to content

Commit

Permalink
doc for issue #1118
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 20, 2024
1 parent a6811ed commit 1f04379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqflite/doc/usage_recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Access *should* be done in the main isolate:
* [sqflite_common_ffi](https://pub.dev/packages/sqflite_common_ffi) access is made in a separate isolate.

Many people have asked about access from another isolate and unfortunately I don't have a good answer for that.
It **should** work although I have not tested it much and I have avoid it (for example by saving the temporary data read
in a file that I handle later in the main isolate. One common usage
It **should** work although I have not tested it much and I have avoided it (for example by saving the temporary data read
in a file that I handle later in the main isolate). One common usage
on Android and iOS is to have access from a push notification isolate or scheduled task.
* Good if you can avoid it and only limit to this case (background notification / scheduled task)
* In both isolates
Expand Down

0 comments on commit 1f04379

Please sign in to comment.