tapac
06/14/2021, 6:10 PMexposed-gralde-plugin
is here with a very small but usefult gradle task which allows to generate tables definitions by existing scheme.
https://plugins.gradle.org/plugin/com.jetbrains.exposed.gradle.plugin
The main idea is allow easily migrate your large (or not so large) existing projects to Exposed.
Please check a documentation on github and share your ideas on things that can be improved/added to a gradle plugin. For now I think that it can be useful to generate/validate schemas or prepare migration scripts (like ShemaUtils do). What do you think?
The on of the next steps is to have intellij-idea plugin to have same things in the IDE, so share your thoughts about that too:)
P.S. There can be bugs for sure:)Bogdan
06/14/2021, 6:17 PMtapac
06/14/2021, 6:58 PMBogdan
06/14/2021, 6:59 PMspand
06/15/2021, 7:27 AMBogdan
06/15/2021, 4:39 PMexposedCodeGeneratorConfig { // documetation github
// error
configFilepath = "exposedCodeGeneratorConfig.yml"
// there is only configFilepath, rename ?
}
Could not connect to jdbc: oracle: thin: @ 192.168.0.150: 1521: ORCL, for user 'user', with properties {}: ORA-00604: error occurred at recursive SQL level 1 ORA-01882: timezone region not found
tapac
06/16/2021, 8:41 PMrnett
06/18/2021, 7:17 AMexample
? It would be nice to have an example of what exactly is generated.dave08
06/28/2021, 1:27 PM