diff --git a/README.md b/README.md
index 5a6ee4f..7572fa0 100644
--- a/README.md
+++ b/README.md
@@ -70,14 +70,15 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization
* [kbknapp/docli](https://github.com/kbknapp/docli-rs) — a command line utility for managing DigitalOcean infrastructure [
](https://travis-ci.org/kbknapp/docli-rs)
* [MaidSafe](http://maidsafe.net/) — a decentralized platform.
* [qmx/limonite](https://github.com/qmx/limonite) — static blog/website generator [
](https://travis-ci.org/qmx/limonite)
-* [seppo0010/rsedis](https://github.com/seppo0010/rsedis) — a Redis reimplementation [
](https://travis-ci.org/seppo0010/rsedis)
* [Servo](https://github.com/servo/servo) — a prototype web browser engine
* Virtualization
* [tailhook/vagga](https://github.com/tailhook/vagga) — a containerization tool without daemons [
](https://travis-ci.org/tailhook/vagga)
* [cristianoliveira/funzzy](https://github.com/cristianoliveira/funzzy) — a configurable watcher inspired in [entr](http://entrproject.org/) [
](https://travis-ci.org/cristianoliveira/funzzy)
* [xi-editor](https://github.com/google/xi-editor) — a modern editor with a backend written in Rust.
-
+* **Database**
+ * [pingcap/tikv](https://github.com/pingcap/tikv) — a distributed KV database in Rust [
](https://travis-ci.org/pingcap/tikv)
+ * [seppo0010/rsedis](https://github.com/seppo0010/rsedis) — a Redis reimplementation in Rust [
](https://travis-ci.org/seppo0010/rsedis)
* **Emulators** [[emulator](https://crates.io/keywords/emulator)]
* Gameboy
* [Gekkio/mooneye-gb](https://github.com/Gekkio/mooneye-gb) — [
](https://travis-ci.org/Gekkio/mooneye-gb)
@@ -314,7 +315,6 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
[[database](https://crates.io/keywords/database)]
-* [pingcap/tikv](https://github.com/pingcap/tikv) — TiKV is a distributed KV database powered by Rust [
](https://travis-ci.org/pingcap/tikv)
* [sfackler/r2d2](https://github.com/sfackler/r2d2) — generic connection pool [
](https://travis-ci.org/sfackler/r2d2)
* NoSQL [[nosql](https://crates.io/keywords/nosql)]
* Cassandra [[cassandra](https://crates.io/keywords/cassandra), [cql](https://crates.io/keywords/cql)]