Async workloads
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.