From 8de12b77b91f5bb01510f3973e7f79a17f744c6c Mon Sep 17 00:00:00 2001 From: Nick Edwards Date: Mon, 15 Sep 2014 14:29:51 +0100 Subject: [PATCH] Add dbmapper to the list of abstractions and integrations --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index adc395ba..342425b9 100644 --- a/README.markdown +++ b/README.markdown @@ -45,6 +45,8 @@ You can view the project's [CHANGELOG here](CHANGELOG.md). driver allowing you to write less SQL and make use of a nice high level database access API; * [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; ## Include them as dependencies