My fork of the exposed-code-generator plugin now h...
# exposed
r
My fork of the exposed-code-generator plugin now has a published version on github packages! It fixes most of the major issues reported so far, and allows custom mappings for columns and enums. I've been using it with flyway migrations and postgres without issue to map json columns and custom enums, integrate with DAO references and more! Check it out here: https://github.com/EpicSquid/exposed-code-generator
K 4
👍 2
🚀 3
d
Damn, I wish this was out sooner, I just wrote a Python script to generate exposed table definitions for my project yesterday 😄
r
Oh man I'm sorry! I've been testing it and using it for a bit, just hadn't worked out github packages till today
d
No worries, testing is important 🙂 I just found the coincidence funny.
d
Nice, lately I've made similar tool that generates Exposed DSL bindings from annotations that describe db scheme, but in the end I gave up on Exposed due to the amount of issues Exposed has + kinda lack of support 😓
still experimental, but kinda nice pet project that I'm trying to use in 2 other side projects (https://github.com/dzikoysk/sqiffy)
217 Views