Hello everybody. Is it possible to add a prefix to...
# squarelibraries
d
Hello everybody. Is it possible to add a prefix to models generated by SqlDelight? I don’t wanna mix domain models with DTO and at the same time I don’t wanna give weird names to my tables. I ended up adding dozens of type-aliases 😄 e.g.
typealias DatabaseMovie = x.database.model.Movie
🚫 3