From 81f87cbd55ce5bfeb7d902d8aef0b0bcd16f6093 Mon Sep 17 00:00:00 2001 From: Roger <76396222+yanguwan@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:04:42 +0800 Subject: [PATCH] Add PingCAP's `TiDB Introduction` book (#6954) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update free-programming-books-langs.md Added a new section NewSQL and added the first course in the section * add toc entry for `NewSQL` Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 14c6d3d62..dbf01d023 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -137,6 +137,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Neo4J](#neo4j) * [.NET Core / .NET](#net-core) * [.NET Framework](#net-framework) +* [NewSQL](#newsql) * [Nim](#nim) * [NoSQL](#nosql) * [Oberon](#oberon) @@ -1550,6 +1551,11 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Visual Studio 2019 Succinctly](https://www.syncfusion.com/ebooks/visual-studio-2019-succinctly) - Alessandro Del Sole +### NewSQL + +* [TiDB Introduction](https://docs.pingcap.com/tidb/stable) - PingCAP [(PDF)](https://download.pingcap.org/tidb-stable-en-manual.pdf) + + ### Nim * [Computer Programming with the Nim Programming Language](http://ssalewski.de/nimprogramming.html) - Dr. Stefan Salewski