Developer Guide Overview
TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads.
This guide helps application developers quickly learn how to connect to TiDB, design databases, write and query data, and build reliable, high-performance applications on TiDB.
Guides by language and framework
Build your application with the language you use by following the guides with sample codes.
In addition to these guides, PingCAP works with the community to support third-party MySQL drivers, ORMs, and tools.
Use MySQL client software
As TiDB is a MySQL-compatible database, you can use many familiar client software tools to connect to TiDB and manage your databases. Or, you can use our command line tool to connect and manage your databases.
Additional resources
Learn other topics about developing with TiDB.
- Use TiDB Cloud CLI to develop, manage and deploy your applications.
- Explore popular service integrations with TiDB Cloud.
- Follow TiDB database development reference to design, interact with, optimize, and troubleshoot your data and schema.
- Follow the free online course Introduction to TiDB.
