Skip to content

Commit d281407

Browse files
modules jdbc fix
1 parent 63c63e7 commit d281407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/StardustDocs/topics/gettingStarted/Modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ dependencies {
308308

309309
#### `dataframe-jdbc` {id="dataframe-jdbc"}
310310

311-
Provides all logic and tests for DataFrame to be able to work with
312-
JDBC data sources.
311+
Provides all logic for DataFrame to be able to work with
312+
SQL databases that implement the JDBC protocol.
313313

314314
See [Read from SQL databases](https://kotlin.github.io/dataframe/readsqldatabases.html) for more information
315315
about how to use it.

0 commit comments

Comments
 (0)