We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac67d4f commit 428751bCopy full SHA for 428751b
database.json
@@ -1,7 +1,7 @@
1
{
2
"description": "Database Connection Helper Functions",
3
"properties": [
4
- { "name": "v", "value": "0.0.3-10" },
+ { "name": "v", "value": "0.0.3-12" },
5
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" }
6
],
7
"link": "https://github.com/Kotlin/kotlin-jupyter-database",
@@ -10,5 +10,10 @@
10
11
"dependencies": [
12
"org.jetbrains.kotlinx:kotlin-jupyter-database:$v"
13
+ ],
14
+ "imports": [
15
+ "java.sql.*",
16
+ "javax.sql.*",
17
+ "org.jetbrains.kotlinx.jupyter.database.*"
18
]
19
}
0 commit comments