Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base trait for improved driver abstraction #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

xohzzwn6kcj9
Copy link

@xohzzwn6kcj9 xohzzwn6kcj9 commented Sep 23, 2016

I'm currently using Slick Code Generator
which by default generates a trait with a abstract member of type JdbcProfile.

I think if we have a trait for GenericJodaSupport it would be better.
Also, we can support cake pattern, too.

This PR is a bit related with #36 #37

For backward compatibility, I just added new traits without changing any existing interfaces.

nathaniel.lee added 3 commits September 23, 2016 22:59
… support.

By default, Slick code generator generates trait named `Table` which have abstract val profile.
Importing a JdbcProfile inside this Table trait does not seem good.
So we need this trait.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant