From 04cf8ce5df010062097b83fe795b6d9acbc87016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Botaro?= Date: Wed, 19 Jul 2017 11:30:32 -0300 Subject: [PATCH] pRest is not a database, but a tool (#1502) - change pRest section from database made by go to database tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b30884..4d4d82be 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. * [moss](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go. * [piladb](https://github.com/fern4lvarez/piladb) - Lightweight RESTful database engine based on stack data structures. -* [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. * [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. * [Scribble](https://github.com/nanobox-io/golang-scribble) - A tiny flat file JSON store. @@ -305,6 +304,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [myreplication](https://github.com/2tvenom/myreplication) - MySql binary log replication listener. Support statement and row based replication. * [orchestrator](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer * [pgweb](https://github.com/sosedoff/pgweb) - A web-based PostgreSQL database browser +* [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database. * [vitess](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. *SQL query builder, libraries for building and using SQL.*