no I meant in your generated {DatabaseName}.kt file that contains references to your table queries
m
Marc
08/04/2023, 9:23 PM
It seems like 2 files got generated. One is called Entry.kt and contains only the data class that represents the table, the other one is called EntryTableQueries.kt and actually provides access to the SQL queries I defined in my .sq file.