Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Jan 9, 2024
1 parent 222960d commit bb0ddef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/files/tutorials/GettingStarted.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ object GettingStarted extends TutorialPage {
```scala
import ba.sake.squery.{*, given}
// import one of these if needed:
// import ba.sake.squery.postgres.{*, given}
// import ba.sake.squery.mysql.{*, given}
// import ba.sake.squery.mariadb.{*, given}
// import ba.sake.squery.oracle.{*, given}
// import ba.sake.squery.h2.{*, given}
// import ba.sake.squery.postgres.given
// import ba.sake.squery.mysql.given
// import ba.sake.squery.mariadb.given
// import ba.sake.squery.oracle.given
// import ba.sake.squery.h2.given
val ds = com.zaxxer.hikari.HikariDataSource()
ds.setJdbcUrl(..)
Expand Down

0 comments on commit bb0ddef

Please sign in to comment.