- perf(ios): Run query in background thread to avoid blocking UI thread
- perf(android): Run query in background thread
- fix(android): Handle REAL datatype correctly #31 (Thanks @chrmod)
- fix(android): Fix "Null" Strings in Android for INSERT and UPDATE statements. #27 (Thanks @Ayiga)
- fix(ios): Fix warning due to no requiresMainQueueSetup
- docs(readme): Fix installation instruction for Android #25 (Thanks @yairopro)