Merge pull request #1330 from rafaeljesus/add-tempdb

Add tempdb to database list
This commit is contained in:
Kirill Danshin 2017-03-22 02:18:53 +03:00 committed by GitHub
commit 22addc3dce

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.