tidb
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial
How to download and setup tidb
Open terminal and run command
git clone https://github.com/pingcap/tidb.git
git clone is used to create a copy or clone of tidb repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with tidb https://github.com/pingcap/tidb/archive/master.zip
Or simply clone tidb with SSH
[email protected]:pingcap/tidb.git