Hi <@U0EC2UPDF>, I was reading this issue, Is an a...
# exposed
s
Hi @tapac, I was reading this issue, Is an awesome idea. https://github.com/JetBrains/Exposed/issues/24#issuecomment-566725685 I think that this could be done using a extension/plugin to Kotlinx.serialization compiler plugin(does not know if they support this type of extension) ? I'm currently doing a proof of concept that I can use Kotlinx.serialization to generate MySQL queries using the serial descriptor. https://github.com/DevSrSouza/Kotlinx.serialization-sql/blob/master/src/jvmTest/kotlin/Test.kt
c
is the code mentioned in that github issue published somewhere?
t
I could push unfinished branch if you'd ready to test it locally .
c
that would be great.
t
I'll do it a bit later (have to merge master into it) and add comment in the issue
c
cool. I have been thinking of doing a simple orm for data classes on top of exposed so I’d like to see what you came up with to avoid duplicated efforts
t
You could also look at https://github.com/TouK/krush
c
i did but i want to go in the opposite direction. no code generation, no jpa
👍 1