Skip to content

Async workloads

Compare
Choose a tag to compare
@ospfranco ospfranco released this 17 Mar 05:22
· 238 commits to main since this release
127b0de

After a lot of work, we have finally managed to add async callbacks to the library! ๐ŸŽ‰

Thanks a lot to @EduFrazao whose help has been vital to getting this working! Also, to @sergeymild, who's repo showed us how to do async callbacks with the JSI.

Changes

  • Methods now have async equivalents, if you don't want to block your UI while SQLite processes your data
  • SQLite has been bumped to version 3.38.1

Please open an issue if you are facing any sort of bug, this was a major refactoring of the library.