Skip to content

Commit

Permalink
Add credit for original Cordova SQLite bindings (#332)
Browse files Browse the repository at this point in the history
The iOS platform implementation was originally authored by @davibe (Davide Bertola).
  • Loading branch information
Chris Brody authored and andpor committed Mar 4, 2019
1 parent 35e2d23 commit dd9d397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ dbMaster.detach( 'second', successCallback, errorCallback );
For sure, their is also Promise-support available for attach() and detach(), as shown in the example-application under the
directory "examples".

# Original Cordova SQLite Bindings from Chris Brody
# Original Cordova SQLite Bindings from Chris Brody and Davide Bertola
https://github.com/litehelpers/Cordova-sqlite-storage

The issues and limitations for the actual SQLite can be found on this site.
Expand Down

0 comments on commit dd9d397

Please sign in to comment.