Skip to content

Commit 42df90c

Browse files
committed
tools: add db connections (Windows)
Signed-off-by: Jos Verlinde <[email protected]>
1 parent 9e2b725 commit 42df90c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "all_packages_db",
3+
"type": "sqlite",
4+
"description": "information on published packages and versions and hashes and sources for all MicroPython type stub packages",
5+
"options": {
6+
"filename": "D:\\mypython\\micropython-stubs\\data\\all_packages.db",
7+
"mode": 6
8+
}
9+
}

.vscode/board.connection.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "micropython-board-comparison",
3+
"type": "sqlite",
4+
"description": "MicroPython stub explorer database used in pyscript webapp. Used for comparing API differences between boards and versions.",
5+
"options": {
6+
"filename": "d:/mypython/micropython-stubs/tools/board_compare/frontend/board_comparison.db",
7+
"mode": 6
8+
}
9+
}

0 commit comments

Comments
 (0)