> For the complete documentation index, see [llms.txt](https://query.docs.doyto.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://query.docs.doyto.win/configuration/name-mapping.md).

# Name Mapping

Automatically maps camelCase field names to snake\_case column names：

```yml
doyto:
  query:
    config:
      map-camel-case-to-underscore: true
```
