Skip to content

Commit 428751b

Browse files
committed
Add default imports to the database integration
1 parent ac67d4f commit 428751b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

database.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Database Connection Helper Functions",
33
"properties": [
4-
{ "name": "v", "value": "0.0.3-10" },
4+
{ "name": "v", "value": "0.0.3-12" },
55
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" }
66
],
77
"link": "https://github.com/Kotlin/kotlin-jupyter-database",
@@ -10,5 +10,10 @@
1010
],
1111
"dependencies": [
1212
"org.jetbrains.kotlinx:kotlin-jupyter-database:$v"
13+
],
14+
"imports": [
15+
"java.sql.*",
16+
"javax.sql.*",
17+
"org.jetbrains.kotlinx.jupyter.database.*"
1318
]
1419
}

0 commit comments

Comments
 (0)