We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3161c commit e3a8e34Copy full SHA for e3a8e34
slick-postgres-driver/src/main/scala/org/hatdex/libs/dal/HATPostgresProfile.scala
@@ -74,3 +74,6 @@ trait HATPostgresProfile extends ExPostgresDriver
74
}
75
76
object HATPostgresProfile extends HATPostgresProfile
77
+
78
+trait SlickPostgresDriver extends HATPostgresProfile
79
+object SlickPostgresDriver extends SlickPostgresDriver
0 commit comments