In SQLDelight, can you configure via sqldelight gr...
# squarelibraries
r
In SQLDelight, can you configure via sqldelight gradle plugin if I want to change the way data class table are generated? Example: (Person -> PersonTable or PersonDbEntity)
🚫 1
Does this answer mean it’s not gonna be supported ever? https://github.com/cashapp/sqldelight/issues/2232
h
There is a an idea, not an actual plan, to support plugins, and some use-cases would be changing the names, add annotations, change the modifiers. But there is no timeline yet.
🙏 1
r
Thanks for the reply @hfhbd. Is there some CONTRIBUTING.md guide I can follow? Or at least an ongoing thread for the plan?
Not committing to contribute immediately. Just wanna get involved and check if I can.
h
There is no real thread, but we talk about it in some issues, like this one https://github.com/cashapp/sqldelight/issues/3440