exposed-intellij-plugin icon indicating copy to clipboard operation
exposed-intellij-plugin copied to clipboard

Exposed Kotlin ORM framework gradle and intellij plugins

Results 13 exposed-intellij-plugin issues
Sort by recently updated
recently updated
newest added

I have the following column in my database: ``` excluded boolean default false not null ``` The generated code is: ``` val excluded: Column = bool("excluded") ``` But it should...

It would be awesome if there was an option to use `kotlinx.datatime` instead of Java datetime. PS: Thanks for this plugin anyway :)

The common approach for similar plugins is to allow user to add a driver he wants as a dependency to a configuration. And use this configuration's classpath to run plugin's...