ktorm
ktorm copied to clipboard
Provide a plugin for Intellij IDEA to generate table and entity definitions.
This should be code that can be invoked from the application or a Gradle/Maven plugin to generate SQL or to execute at startup.
+1
期待大佬的插件, 我写了一个小工具先凑合着用 https://www.cnblogs.com/yudongdong/p/11634134.html
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.
@yuzd
哇,非常棒的一个工具,谢谢你~~~
基于之前的小工具开发了一个idea插件 有兴趣的人可以试试 https://www.cnblogs.com/yudongdong/p/12589606.html
哇,太棒了,如果可以发布到 IDEA 的插件市场就更完美了!!!
https://plugins.jetbrains.com/plugin/14033
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.
@gringofe
This plugin is not developed and maintained by me, I don't have the source code. Please ask @yuzd
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
@aooohan Wow, it's a great plugin!! Thank you very much!