Skip to content

Commit

Permalink
Deploying to gh-pages from @ bb0ddef 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Jan 9, 2024
1 parent 8d42783 commit fdeab6b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tutorials/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
You will probably want to use a connection pool for performance (like HikariCP).</p>
<pre><code class="language-scala">import ba.sake.squery.{*, given}
// import one of these if needed:
// import ba.sake.squery.postgres.*
// import ba.sake.squery.mysql.*
// import ba.sake.squery.mariadb.*
// import ba.sake.squery.oracle.*
// 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 fdeab6b

Please sign in to comment.