Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 883 Bytes

File metadata and controls

executable file
·
24 lines (16 loc) · 883 Bytes

Authors

Javascript

  • Low-level SQLite interface by @mvila

Android version

  • Extracted from DroidGap by @brodybits (Chris Brody)
  • Transaction batch processing of Android version by @marcucio
  • Maintained by @brodybits (Chris Brody)
  • Fixes to support old Android versions by @nolanlawson
  • Thanks to Mark Oppenheim mark.oppenheim@mnetics.co.uk for fixes to open/close callbacks and repeated open/close/delete operations

iOS version

  • Original authors: @davibe (Davide Bertola dade@dadeb.it) and @joenoon (Joe Noon joenoon@gmail.com)
  • Cordova 2.7+ port with background processing by @j3k0 (Jean-Christophe Hoelt hoelt@fovea.cc)
  • Maintained by @brodybits (Chris Brody)

Windows (8.1) version

  • SQLiteProxy.js by @vldmrrr (Vladimir Avdonin) and @brodybits (Chris Brody)
  • Using SQLite3-WinRT C++ classes and SQLite3JS (Javascript part) by @doo (doo GmbH)