Skip to content

Commit ac67d4f

Browse files
committed
Add support for Database Helper API's
1 parent afb28e3 commit ac67d4f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

database.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"description": "Database Connection Helper Functions",
3+
"properties": [
4+
{ "name": "v", "value": "0.0.3-10" },
5+
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" }
6+
],
7+
"link": "https://github.com/Kotlin/kotlin-jupyter-database",
8+
"repositories": [
9+
"https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
10+
],
11+
"dependencies": [
12+
"org.jetbrains.kotlinx:kotlin-jupyter-database:$v"
13+
]
14+
}

0 commit comments

Comments
 (0)