Skip to content

Commit 426f8f1

Browse files
committed
added storage and update sql lite version
1 parent 149e66d commit 426f8f1

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "../../../../schema/connector.json",
3+
"name": "Database",
4+
"images": {
5+
"logo": "./assets/logo.png"
6+
},
7+
"versions": {
8+
"v1.0.0": {
9+
"src": "./v1.0.0/payload.js",
10+
"manifest": "./v1.0.0/payload-config.jsonc"
11+
}
12+
}
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
You can store any data to TagoIO! Use this connector to differentiate sensors and application data in your device list.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "../../../../../schema/connector_details.json",
3+
"description": "../description.md",
4+
"install_text": "It is recommended for you to use this connector with a device of type Managed Data (Mutable), which is set as default for this connector. Managed data allows you to perform delete and edit operations on the data, but does have a maximum amount of different variables it can store. Those are very important operations for data related to application information, user information and other commonly edited data",
5+
"install_end_text": "",
6+
"device_annotation": "",
7+
"device_parameters": [],
8+
"networks": ["../../../../network/storage/v1.0.0/payload.js"]
9+
}

decoders/connector/storage/database/v1.0.0/payload.js

Whitespace-only changes.

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/validator": "13.11.10",
1717
"ajv": "8.13.0",
1818
"ajv-formats": "3.0.1",
19-
"better-sqlite3": "10.0.0",
19+
"better-sqlite3": "11.6.0",
2020
"knex": "3.1.0",
2121
"moment-timezone": "0.5.45",
2222
"sqlite3": "5.1.7",
@@ -27,4 +27,4 @@
2727
"vm2": "3.9.19",
2828
"zod": "3.23.8"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)