You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See email to hello subject Essential Slick, 3 March 2017.
add example to appendex
append to the list of credits .
Hello!
Spent too much time coming up with a Slick configuration to use with SQL Server.
I would really like to see Appendix A of your book expanded to include many more databases and examples.
Here are my results for setting up SQL Server with Slick: (application.conf, build.sbt)
The above has three possible options for the JDBC driver. All three, so far, seem to work.
I've successfully connected with the sqlserver, sqlserverCP and sqlserverCP1 configurations.
A couple more details:
import slick.jdbc.SQLServerProfile.api._
val db = Database.forConfig("sqlserverCP1")
The only test I've done so far is a simple database query.
Thanks for your book!
Best regards,
The text was updated successfully, but these errors were encountered:
See email to hello subject Essential Slick, 3 March 2017.
The text was updated successfully, but these errors were encountered: