ktorm icon indicating copy to clipboard operation
ktorm copied to clipboard

Provide a plugin for Intellij IDEA to generate table and entity definitions.

Open vincentlauvlwj opened this issue 6 years ago • 11 comments
trafficstars

vincentlauvlwj avatar May 14 '19 14:05 vincentlauvlwj

This should be code that can be invoked from the application or a Gradle/Maven plugin to generate SQL or to execute at startup.

corneil avatar Jun 15 '19 12:06 corneil

+1

期待大佬的插件, 我写了一个小工具先凑合着用 https://www.cnblogs.com/yudongdong/p/11634134.html

yuzd avatar Aug 01 '19 04:08 yuzd

I have the same question that of @corneil. I'm also wondering if it is worth spending this effort on supporting migrations instead. More portable and IDE independent. Unless, I'm missing a bigger picture, of course.

ashokgelal avatar Aug 07 '19 01:08 ashokgelal

@yuzd

哇,非常棒的一个工具,谢谢你~~~

vincentlauvlwj avatar Oct 08 '19 08:10 vincentlauvlwj

基于之前的小工具开发了一个idea插件 有兴趣的人可以试试 https://www.cnblogs.com/yudongdong/p/12589606.html

yuzd avatar Mar 28 '20 13:03 yuzd

哇,太棒了,如果可以发布到 IDEA 的插件市场就更完美了!!!

vincentlauvlwj avatar Mar 28 '20 15:03 vincentlauvlwj

https://plugins.jetbrains.com/plugin/14033

yuzd avatar Mar 29 '20 03:03 yuzd

https://plugins.jetbrains.com/plugin/14033

Hi, is there any reason this plugin executes some random executable which is only included in the version published on jetbrains' plugin page? Your source code repo does neither contain the source of this executable, nor does it include the executable itself. Looks kinda suspicious.

1fexd avatar Mar 07 '21 15:03 1fexd

@gringofe

This plugin is not developed and maintained by me, I don't have the source code. Please ask @yuzd

vincentlauvlwj avatar Mar 08 '21 02:03 vincentlauvlwj

Thanks to @vincentlauvlwj for such a great framework, and I've done this work, which is already on the plugin market.

Happy enjoy ;)

Market: https://plugins.jetbrains.com/plugin/22855-ktormgenerator Source: https://github.com/aooohan/ktorm-generator

image

aooohan avatar Oct 11 '23 02:10 aooohan

@aooohan Wow, it's a great plugin!! Thank you very much!

vincentlauvlwj avatar Oct 11 '23 03:10 vincentlauvlwj