Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.51 KB

AUTHORS.md

File metadata and controls

35 lines (25 loc) · 1.51 KB

Authors

Common Javascript

  • Extracted from DroidGap by @brodybits (Christopher J. Brody aka Chris Brody)
  • Fail-safe nested transaction support by @ef4 (Edward Faulkner)
  • Translated to Coffee-Script using js2coffee tool by @brodybits (Chris Brody)
  • API changes by @brodybits (Chris Brody)
  • Transaction timing fixes to support PouchDB by @nolanlawson

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 [email protected] for fixes to open/close callbacks and repeated open/close/delete operations

iOS version

Windows (8.1) version

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

WP(7/8) version

  • Original author: @marcucio (Mike Arcucio [email protected])
  • Enhancements for background processing & improved transaction support by @Gillardo (Darren Gillard [email protected])
  • DB threading and open/close/delete fixes by Mark Oppenheim [email protected]
  • Uses csharp-sqlite library by Noah Hart and others (MIT license)