Update README.md (#2392)

add blog link
This commit is contained in:
dongxu
2017-01-04 20:27:24 +08:00
committed by GitHub
parent 6d1df4f552
commit fc278d3ec0

View File

@ -25,13 +25,13 @@ Use TiDB as MySQL. You can replace MySQL with TiDB to power your application wit
- __Written in Go__
Enjoy TiDB as much as we love Go. We believe Go code is both easy and enjoyable to work with. Go makes us improve TiDB fast and makes it easy to dive into the codebase.
- __NewSQL over TiKV__
Turn [TiKV](https://github.com/pingcap/tikv) into NewSQL database.
- __Multiple storage engine support__
Power TiDB with your most favorite engines. TiDB supports many popular storage engines in single-machine mode. You can choose from GolevelDB, LevelDB, RocksDB, LMDB, BoltDB and even more to come.
For more details, read our blog [How we build TiDB](https://pingcap.github.io/blog/2016/10/17/how-we-build-tidb/)
## Roadmap