Skip to content

Commit dd9d397

Browse files
Chris Brodyandpor
authored andcommitted
Add credit for original Cordova SQLite bindings (#332)
The iOS platform implementation was originally authored by @davibe (Davide Bertola).
1 parent 35e2d23 commit dd9d397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ dbMaster.detach( 'second', successCallback, errorCallback );
365365
For sure, their is also Promise-support available for attach() and detach(), as shown in the example-application under the
366366
directory "examples".
367367

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

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

0 commit comments

Comments
 (0)