From 7561bd0fbf4c1a5125bf22d3f805043df3388ac8 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 9 Mar 2023 18:22:01 +0100 Subject: [PATCH] Update links --- docs/manual/working/scalaGuide/main/sql/slick/PlaySlick.md | 4 +--- docs/manual/working/scalaGuide/main/sql/slick/PlaySlickFAQ.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/manual/working/scalaGuide/main/sql/slick/PlaySlick.md b/docs/manual/working/scalaGuide/main/sql/slick/PlaySlick.md index 511e5daf..5fdfe55f 100644 --- a/docs/manual/working/scalaGuide/main/sql/slick/PlaySlick.md +++ b/docs/manual/working/scalaGuide/main/sql/slick/PlaySlick.md @@ -13,9 +13,7 @@ Previous versions support previous versions of Play! as well as Scala 2.11 and S ## Getting Help -If you are having trouble using Play Slick, check if the [[FAQ|PlaySlickFAQ]] contains the answer. Otherwise, feel free to reach out to [play-framework user community](https://discuss.playframework.com). Also, note that if you are seeking help on Slick, the [slick user community](https://scala-slick.org/community/) may be a better place. - -Finally, if you prefer to get an answer for your Play and Slick questions in a timely manner, and with a well-defined SLA, you may prefer [to get in touch with Lightbend](https://www.lightbend.com/subscription), as it offers commercial support for these technologies. +If you are having trouble using Play Slick, check if the [[FAQ|PlaySlickFAQ]] contains the answer. Otherwise, feel free to reach out to [Play Discussion Forum](https://github.com/playframework/playframework/discussions). Also, note that if you are seeking help on Slick, the [slick user community](https://scala-slick.org/community/) may be a better place. ## About this release diff --git a/docs/manual/working/scalaGuide/main/sql/slick/PlaySlickFAQ.md b/docs/manual/working/scalaGuide/main/sql/slick/PlaySlickFAQ.md index 31d911bd..3a7dea04 100644 --- a/docs/manual/working/scalaGuide/main/sql/slick/PlaySlickFAQ.md +++ b/docs/manual/working/scalaGuide/main/sql/slick/PlaySlickFAQ.md @@ -10,7 +10,7 @@ It's indeed the case. Changing the value of `play.db.pool` won't affect what con ## Changing the connection pool used by Slick -While Slick allows using a different connection pool than [HikariCP](https://github.com/brettwooldridge/HikariCP) (though, Slick currently only offers built-in support for HikariCP, and requires you to provide an implementation of [JdbcDataSourceFactory](https://scala-slick.org/doc/3.3.2/api/index.html#slick.jdbc.JdbcDataSourceFactory) if you want to use a different connection pool), Play Slick currently doesn't allow using a different connection pool than HikariCP. If you find yourself needing this feature, you can try to drop us a note on [our forums](https://discuss.lightbend.com/). +While Slick allows using a different connection pool than [HikariCP](https://github.com/brettwooldridge/HikariCP) (though, Slick currently only offers built-in support for HikariCP, and requires you to provide an implementation of [JdbcDataSourceFactory](https://scala-slick.org/doc/3.3.2/api/index.html#slick.jdbc.JdbcDataSourceFactory) if you want to use a different connection pool), Play Slick currently doesn't allow using a different connection pool than HikariCP. If you find yourself needing this feature, you can try to drop us a note in the [Play Discussion Forum](https://github.com/playframework/playframework/discussions). ## A binding to `play.api.db.DBApi` was already configured