React Native Sqlite 2 Versions Save

SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.

v1.6.0

6 years ago
  • 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)

v1.4.0

6 years ago
  • Add case commit, rollback and correct exception throw #7 - Thanks @zerglingno1
  • Fix WPF project arch for x86/x64 #8 - Thanks @Kudo
  • Fix invalid Podspec #10 - Thanks @sammacbeth

v1.3.0

6 years ago
  • Add WPF support #5

v1.2.0

6 years ago
  • Add windows support