https://kotlinlang.org logo
#squarelibraries
Title
# squarelibraries
r

Richard Glen

11/20/2023, 7:08 AM
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

hfhbd

11/20/2023, 10:28 AM
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

Richard Glen

11/20/2023, 10:42 AM
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

hfhbd

11/20/2023, 12:26 PM
There is no real thread, but we talk about it in some issues, like this one https://github.com/cashapp/sqldelight/issues/3440