📣
TiDB Cloud Essential is now in public preview. Try it out →

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.

Was this page helpful?