@capacitor-community/sqlite 3.4.3-3 β 3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -21
- package/dist/esm/definitions.d.ts +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<a href="https://www.npmjs.com/package/@capacitor-community/sqlite"><img src="https://img.shields.io/npm/dw/@capacitor-community/sqlite?style=flat-square" /></a>
|
|
17
17
|
<a href="https://www.npmjs.com/package/@capacitor-community/sqlite"><img src="https://img.shields.io/npm/v/@capacitor-community/sqlite?style=flat-square" /></a>
|
|
18
18
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
19
|
-
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-
|
|
19
|
+
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-17-orange?style=flat-square" /></a>
|
|
20
20
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
21
21
|
</p>
|
|
22
22
|
|
|
@@ -400,6 +400,8 @@ No configuration required for this plugin
|
|
|
400
400
|
|
|
401
401
|
- [angular-sqlite-app-starter](https://github.com/jepiqueau/angular-sqlite-app-starter)
|
|
402
402
|
|
|
403
|
+
- [angular-sqlite-synchronize-app](https://github.com/jepiqueau/angular-sqlite-synchronize-app)
|
|
404
|
+
|
|
403
405
|
### Ionic/React
|
|
404
406
|
|
|
405
407
|
- [react-sqlite-app-starter](https://github.com/jepiqueau/react-sqlite-app-starter)
|
|
@@ -445,26 +447,25 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
445
447
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
446
448
|
<!-- prettier-ignore-start -->
|
|
447
449
|
<!-- markdownlint-disable -->
|
|
448
|
-
<
|
|
449
|
-
<
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
</table>
|
|
450
|
+
<p align="center">
|
|
451
|
+
<a href="https://github.com/jepiqueau"><img src="https://github.com/jepiqueau.png?size=100" width="50" height="50" /></a>
|
|
452
|
+
<a href="https://github.com/paulantoine2"><img src="https://github.com/paulantoine2.png?size=100" width="50" height="50" /></a>
|
|
453
|
+
<a href="https://github.com/karyfars"><img src="https://github.com/karyfars.png?size=100" width="50" height="50" /></a>
|
|
454
|
+
<a href="https://github.com/chriswep"><img src="https://github.com/chriswep.png?size=100" width="50" height="50" /></a>
|
|
455
|
+
<a href="https://github.com/nirajhinge"><img src="https://github.com/nirajhinge.png?size=100" width="50" height="50" /></a>
|
|
456
|
+
<a href="https://github.com/digaus"><img src="https://github.com/digaus.png?size=100" width="50" height="50" /></a>
|
|
457
|
+
<a href="https://github.com/IT-MikeS"><img src="https://github.com/IT-MikeS.png?size=100" width="50" height="50" /></a>
|
|
458
|
+
<a href="https://github.com/peakcool"><img src="https://github.com/peakcool.png?size=100" width="50" height="50" /></a>
|
|
459
|
+
<a href="https://github.com/gion-andri"><img src="https://github.com/gion-andri.png?size=100" width="50" height="50" /></a>
|
|
460
|
+
<a href="https://github.com/robingenz"><img src="https://github.com/robingenz.png?size=100" width="50" height="50" /></a>
|
|
461
|
+
<a href="https://github.com/dewald-els"><img src="https://github.com/dewald-els.png?size=100" width="50" height="50" /></a>
|
|
462
|
+
<a href="https://github.com/joewoodhouse"><img src="https://github.com/joewoodhouse.png?size=100" width="50" height="50" /></a>
|
|
463
|
+
<a href="https://github.com/ptasheq"><img src="https://github.com/ptasheq.png?size=100" width="50" height="50" /></a>
|
|
464
|
+
<a href="https://github.com/victorybiz"><img src="https://github.com/victorybiz.png?size=100" width="50" height="50" /></a>
|
|
465
|
+
<a href="https://github.com/tobiasmuecksch"><img src="https://github.com/tobiasmuecksch.png?size=100" width="50" height="50" /></a>
|
|
466
|
+
<a href="https://github.com/dragermrb"><img src="https://github.com/dragermrb.png?size=100" width="50" height="50" /></a>
|
|
467
|
+
<a href="https://github.com/iamcco"><img src="https://github.com/iamcco.png?size=100" width="50" height="50" /></a>
|
|
468
|
+
</p>
|
|
468
469
|
|
|
469
470
|
<!-- markdownlint-enable -->
|
|
470
471
|
<!-- prettier-ignore-end -->
|
|
@@ -1108,10 +1108,10 @@ export interface ISQLiteDBConnection {
|
|
|
1108
1108
|
* @returns Promise<void>
|
|
1109
1109
|
* @since 3.4.0
|
|
1110
1110
|
*/
|
|
1111
|
-
executeTransaction(txn:
|
|
1111
|
+
executeTransaction(txn: {
|
|
1112
1112
|
statement: string;
|
|
1113
1113
|
values?: any[];
|
|
1114
|
-
}]): Promise<void>;
|
|
1114
|
+
}[]): Promise<void>;
|
|
1115
1115
|
}
|
|
1116
1116
|
/**
|
|
1117
1117
|
* SQLiteDBConnection Class
|
|
@@ -1139,8 +1139,8 @@ export declare class SQLiteDBConnection implements ISQLiteDBConnection {
|
|
|
1139
1139
|
getSyncDate(): Promise<string>;
|
|
1140
1140
|
exportToJson(mode: string): Promise<capSQLiteJson>;
|
|
1141
1141
|
deleteExportedRows(): Promise<void>;
|
|
1142
|
-
executeTransaction(txn:
|
|
1142
|
+
executeTransaction(txn: {
|
|
1143
1143
|
statement: string;
|
|
1144
1144
|
values?: any[];
|
|
1145
|
-
}]): Promise<void>;
|
|
1145
|
+
}[]): Promise<void>;
|
|
1146
1146
|
}
|