In my databases, I use PascalCase table names and camelCase column names. In postgres, they need to be quoted. I just tried sqlit and it is awesome, but the fact that autocomplete does not auto quote the names is a real pain. Is there any configuration to control this?
In my databases, I use PascalCase table names and camelCase column names. In postgres, they need to be quoted. I just tried sqlit and it is awesome, but the fact that autocomplete does not auto quote the names is a real pain. Is there any configuration to control this?