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)
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.