Skip to content

Commit

Permalink
Merge pull request #33 from adamw/patch-1
Browse files Browse the repository at this point in the history
DataSource is in the javax.sql package
  • Loading branch information
AugustNagro authored Aug 17, 2024
2 parents 0eb0773 + 9231a41 commit 9ac5a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For example:
```scala
import com.augustnagro.magnum.*

val ds: java.sql.DataSource = ???
val ds: javax.sql.DataSource = ???

val users: Vector[User] = connect(ds):
sql"SELECT * FROM user".query[User].run()
Expand Down

0 comments on commit 9ac5a20

Please sign in to comment.