Add tempdb to database list

Add tempdb to database list
This commit is contained in:
Rafael Jesus 2017-03-20 14:42:42 -03:00 committed by GitHub
parent 217aec2175
commit 83c18f0fcf

View File

@ -269,6 +269,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database. * [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database.
* [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database. * [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database.
* [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. * [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite.
* [tempdb](https://github.com/rafaeljesus/tempdb) - Key-value store for temporary items.
* [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. * [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1.
* [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. * [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang.
* [Tile38](https://github.com/tidwall/tile38) - A geolocation DB with spatial index and realtime geofencing. * [Tile38](https://github.com/tidwall/tile38) - A geolocation DB with spatial index and realtime geofencing.