> For the complete documentation index, see [llms.txt](https://smallso.gitbook.io/tencent-cloud-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smallso.gitbook.io/tencent-cloud-sdk/python-docs/serverless-database/data-types/database-charset-enum.md).

# DatabaseCharset 枚举器

## 简要

包含受支持无服务器数据库实例数据库字符集类型成员的枚举器。

```
class DatabaseCharset:
    UTF8: str = 'UTF8'
    LATIN1: str = 'LATIN1'
```

## 适用于

#### Tencent Cloud SDK for Python

产品软件包：tencent-cloud-sdk-serverless-database >= 0.1.1
