@capgo/capacitor-data-storage-sqlite 6.0.3 → 6.0.4
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/package.json +1 -1
- package/readme.md +11 -11
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>
|
|
2
2
|
<h3 align="center">DATA STORAGE SQLITE</h3>
|
|
3
|
-
<p align="center"><strong><code
|
|
3
|
+
<p align="center"><strong><code>@capgo/capacitor-data-storage-sqlite</code></strong></p>
|
|
4
4
|
<br>
|
|
5
5
|
<p align="center" style="font-size:50px;color:red"><strong>CAPACITOR 6</strong></p><br>
|
|
6
6
|
<br>
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
|
|
18
18
|
<p align="center">
|
|
19
19
|
<img src="https://img.shields.io/maintenance/yes/2023?style=flat-square" />
|
|
20
|
-
<a href="https://github.com/
|
|
21
|
-
<a href="https://www.npmjs.com/package/
|
|
20
|
+
<a href="https://github.com/Cap-go/capacitor-data-storage-sqlite/actions?query=workflow%3A%22CI%22"><img src="https://img.shields.io/github/workflow/status/Cap-go/capacitor-data-storage-sqlite/CI?style=flat-square" /></a>
|
|
21
|
+
<a href="https://www.npmjs.com/package/Cap-go/capacitor-data-storage-sqlite"><img src="https://img.shields.io/npm/l/capacitor-data-storage-sqlite.svg?style=flat-square" /></a>
|
|
22
22
|
<br>
|
|
23
|
-
<a href="https://www.npmjs.com/package/
|
|
24
|
-
<a href="https://www.npmjs.com/package/
|
|
23
|
+
<a href="https://www.npmjs.com/package/Cap-go/capacitor-data-storage-sqlite"><img src="https://img.shields.io/npm/dw/capacitor-data-storage-sqlite?style=flat-square" /></a>
|
|
24
|
+
<a href="https://www.npmjs.com/package/Cap-go/capacitor-data-storage-sqlite"><img src="https://img.shields.io/npm/v/capacitor-data-storage-sqlite?style=flat-square" /></a>
|
|
25
25
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
26
26
|
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-4-orange?style=flat-square" /></a>
|
|
27
27
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
@@ -45,7 +45,7 @@ meaning that it will not work in IE11 without additional JavaScript transformati
|
|
|
45
45
|
## Installation
|
|
46
46
|
|
|
47
47
|
```bash
|
|
48
|
-
npm install --save capacitor-data-storage-sqlite
|
|
48
|
+
npm install --save @capgo/capacitor-data-storage-sqlite
|
|
49
49
|
npx cap sync
|
|
50
50
|
```
|
|
51
51
|
|
|
@@ -127,23 +127,23 @@ No configuration required for this plugin
|
|
|
127
127
|
|
|
128
128
|
### Ionic/Angular
|
|
129
129
|
|
|
130
|
-
- [angular-data-storage-sqlite-app-starter](https://github.com/
|
|
130
|
+
- [angular-data-storage-sqlite-app-starter](https://github.com/Cap-go/angular-data-storage-sqlite-app-starter)
|
|
131
131
|
|
|
132
132
|
### Ionic/React
|
|
133
133
|
|
|
134
|
-
- [react-data-storage-sqlite-app-starter](https://github.com/
|
|
134
|
+
- [react-data-storage-sqlite-app-starter](https://github.com/Cap-go/react-data-storage-sqlite-app-starter)
|
|
135
135
|
|
|
136
136
|
### React
|
|
137
137
|
|
|
138
|
-
- [react-datastoragesqlite-app](https://github.com/
|
|
138
|
+
- [react-datastoragesqlite-app](https://github.com/Cap-go/react-datastoragesqlite-app)
|
|
139
139
|
|
|
140
140
|
### Ionic/Vue
|
|
141
141
|
|
|
142
|
-
- [vue-data-storage-sqlite-app-starter](https://github.com/
|
|
142
|
+
- [vue-data-storage-sqlite-app-starter](https://github.com/Cap-go/vue-data-storage-sqlite-app-starter)
|
|
143
143
|
|
|
144
144
|
### Vue
|
|
145
145
|
|
|
146
|
-
- [vue-datastoragesqlite-app](https://github.com/
|
|
146
|
+
- [vue-datastoragesqlite-app](https://github.com/Cap-go/vue-datastoragesqlite-app)
|
|
147
147
|
|
|
148
148
|
## Usage
|
|
149
149
|
|