-
Notifications
You must be signed in to change notification settings - Fork 72
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
Specify schema #13
Comments
@CodingBash I guess you can give |
I'm having the same issue. |
pull request #26, but just one schema |
does this support mysql? according this: maybe we need pass the category arg here? |
This library supports MySQL but I'm not sure if it works with newer versions of the MySQL JDBC driver. It surely works with mysql-connector-java 5.x https://github.com/smartnews/jpa-entity-generator#for-maven-users |
It work, but it fetch all the tables in the mysql instance. But I only want it fetch the database I choose. It should only fetch tables in |
IS this project still mantained? |
I left this company two years ago and I'm not using this tool at work (my current role is not backend engineer). So, I'm not actively updating the library anymore. But I'm happy to review code changes and still have the permission to release new versions. If you can help us resolve this issue, it'd be greatly appreciated. |
In the entityGenConfig.yml, I would like to be able to provide one or more schema to model entities from. As the complement, a feature to ignore specified schema would also be very helpful.
Motivation: Wanting to ignore all tables in the postgresql information schema.
Thanks!
The text was updated successfully, but these errors were encountered: