mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
11 lines
326 B
Markdown
11 lines
326 B
Markdown
---
|
|
title: Basic Features
|
|
slug: /basic-features
|
|
---
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
This chapter mainly introduces the data model of TDengine as well as its write and query functions.
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|