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

Move DB Configurations out of Hard-Coding #1

Open
bhudgeons opened this issue Mar 21, 2013 · 1 comment
Open

Move DB Configurations out of Hard-Coding #1

bhudgeons opened this issue Mar 21, 2013 · 1 comment

Comments

@bhudgeons
Copy link

I'd like to experiment with codegen on a non-H2 database. Would you prefer configuration using the Typesafe Config library, or via java.util.Properties? (not promising a pull request, but thought I might work in a way that might be useful to someone else :) ). [Also: is this project the best place to play with codegen? I see activity in several different places.]

@cvogt
Copy link
Owner

cvogt commented Jun 19, 2013

I think the right thing to do is consider the migrations tool a library and give it an API that accept a Slick Database object as outlined in #2 .

Regarding code-generation:
Slick type-providers will be released in Slick 2.0 and will feature a code-generator. @amirsh is working on them, see the slick master branch, slick/slick#164 and other already merged pull requests.
The code-generator featured in https://github.com/cvogt/migrations will not be a part of Slick. We may take over certain concepts like the extensibility.

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

No branches or pull requests

2 participants