Skip to content

Commit e3a8e34

Browse files
committed
adds general Slick Postgres Driver name
1 parent 6b3161c commit e3a8e34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

slick-postgres-driver/src/main/scala/org/hatdex/libs/dal/HATPostgresProfile.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@ trait HATPostgresProfile extends ExPostgresDriver
7474
}
7575

7676
object HATPostgresProfile extends HATPostgresProfile
77+
78+
trait SlickPostgresDriver extends HATPostgresProfile
79+
object SlickPostgresDriver extends SlickPostgresDriver

0 commit comments

Comments
 (0)