mshanu / idli

Generate create statement for your RDBMS looking through sample data set
MIT License
7 stars 0 forks source link

Support for Postgres #2

Open mshanu opened 4 years ago

mshanu commented 4 years ago

Add support to generate the create statement for postgres db.

blake-enyart commented 3 years ago

Hey @mshanu !

I'm curious, are you still working on this project? How is this going for you?

mshanu commented 3 years ago

Hi @blake-enyart , Thanks for checking, I had to deal with client projects and got busy. So not actively working, planning to get back sometimes soon. You have any feedback?

blake-enyart commented 3 years ago

So it goes. Right now, I was trying to run it on my MacBook as this seems like exactly the type of tool I was looking for to help ease some of the burden of DDL generation. When I try running it on my machine it appears there are issues with some of the classes used?

Here is the --stacktrace output. Not sure if this is super helpful, but hopefully we can troubleshoot it if you're interested because I'd love to see the output of all this. output.txt

mshanu commented 3 years ago

I guess this would be because of jdk version? May I know what version of jdk you are using?

On Mon, Dec 7, 2020 at 10:04 AM Blake Enyart notifications@github.com wrote:

So it goes. Right now, I was trying to run it on my MacBook as this seems like exactly the type of tool I was looking for to help ease some of the burden of DDL generation. When I try running it on my machine it appears there are issues with some of the classes used?

Here is the --stacktrace output. Not sure if this is super helpful, but hopefully we can troubleshoot it if you're interested because I'd love to see the output of all this. output.txt https://github.com/mshanu/idli/files/5650435/output.txt

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mshanu/idli/issues/2#issuecomment-739656861, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJOB4BJ26Y4EI2DV2T533STRLMTANCNFSM4K4ECBXA .

blake-enyart commented 3 years ago

Absolutely, I installed the most recent version 15.0.1

mshanu commented 3 years ago

Cool, thanks! I will give it a try to with jdk 15, may be better thing to do is to dockerise it

On Thu, Dec 10, 2020 at 9:30 PM Blake Enyart notifications@github.com wrote:

Absolutely, I installed the most recent version 15.0.1

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mshanu/idli/issues/2#issuecomment-742612477, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJOB4U5MSE3FRIWZ6GERDSUDWBRANCNFSM4K4ECBXA .

mshanu commented 3 years ago

@blake-enyart sorry for such a late response. I upgraded the gradle to support higher version of java, you should be able to see it working now. Looking forward for any feedbacks. Thanks