From 57d9066d932ca9b6a293e074ca5e65a63c101a8f Mon Sep 17 00:00:00 2001 From: Maxim Chechel Date: Tue, 2 Jan 2018 18:16:42 +0300 Subject: [PATCH] Add github.com/hexdigest/prep (#1731) * Added link to minimock generator * Add github.com/hexdigest/prep * changed the ordering --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a78c85f7..20950cf3 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,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. Supports statement and row based replication. * [orchestrator](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. * [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser. +* [prep](https://github.com/hexdigest/prep) - Use prepared SQL statements without changing your code. * [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database. * [rwdb](https://github.com/andizzle/rwdb) - rwdb provides read replica capability for multiple database servers setup. * [vitess](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services.