From 82542bed13273ffb46a6cd959ee5aad50b688f58 Mon Sep 17 00:00:00 2001 From: bill Date: Sun, 2 Apr 2017 19:53:57 -0500 Subject: [PATCH] Corrected a spelling error in the description of dbmapper, and added a link to a Table Data Gateway description as well. --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b15d4885..ba617726 100644 --- a/README.markdown +++ b/README.markdown @@ -46,7 +46,8 @@ You can view the project's [CHANGELOG here](CHANGELOG.md). * [mod-mysql-postgresql](https://github.com/vert-x/mod-mysql-postgresql) - [vert.x](http://vertx.io/) module that integrates the driver into a vert.x application; * [dbmapper](https://github.com/njeuk/dbmapper) - enables SQL queries with automatic mapping from the database table to the Scala - class and a mechanism to create a Table Date Gateway model with very little boiler plate code; + class and a mechanism to create a [Table Data Gateway](https://www.martinfowler.com/eaaCatalog/tableDataGateway.html) model with + very little boiler plate code; * [Quill](http://getquill.io) - A compile-time language integrated query library for Scala. ## Include them as dependencies