How to use a Non Supported Database in Slick 3.1

无人久伴 提交于 2019-12-05 08:02:49

With Slick 3.0 the generic jdbc driver slick.driver.JdbcDriver$ has been deprecated (as you can see from source) and then removed in version 3.1 (this explains the error you are seeing)

By now, with slick 3.2, other databases can be supported with a custom implementation of the trait slick.jdbc.JdbcProfile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!