tegdb-server: Putting a PostgreSQL-Compatible Protocol in Front of TegDB

tegdb-server explores how a small embedded database can be exposed through a PostgreSQL-compatible server surface.

June 1, 2026 · 2 min · 327 words · Jack Yu

How to Implement MySQL X Protocol on TiDB

Start a new server for TiDB. The relevant configuration parameters such as IP, port, and socket need to be set. 2. Implement the reading and writing functionality for message…

August 16, 2017 · 4 min · 798 words · Jack Yu