|
---
|
|
title: 快速入门
|
|
toc_max_heading_level: 4
|
|
---
|
|
|
|
本章主要介绍 TDengine 的数据模型以及基本的写入和查询功能。
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
``` |