There was an error while loading. Please reload this page.
I can see that sqlc create ID for every _id field suffix. Is there any parameter so that it generated capitalized Id instead of uppercase ID suffix.
sqlc
ID
_id
Id
For ex. currently it does
app_id -> AppID
I want to do
app_id -> AppId
@kyleconroy Please help here.