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

Generate code based on greenplum schema #9884

Closed
varsanyid opened this issue Feb 26, 2020 · 1 comment
Closed

Generate code based on greenplum schema #9884

varsanyid opened this issue Feb 26, 2020 · 1 comment

Comments

@varsanyid
Copy link

Hey,

Is it possible to use the existing postgres support to connect to GP and generate classes?

@lukaseder
Copy link
Member

Thank you very much for your message. We currently do not support Greenplum officially (see #4700).

It might be possible to work with the existing PostgreSQL support, but as we have seen with a lot of users who had been using e.g. Redshift or CockroachDB with the PostgreSQL, the devil is in the details, when some code generator query doesn't work on the respective "PostgreSQL compatible" product.

There are a few more vendor agnostic options in the code generator, such as the JDBCDatabase, which uses JDBC DatabaseMetaData behind the scenes to reverse engineer your schema. There are also:

I hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants