8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de17c43 commit 8de12b7Copy full SHA for 8de12b7
README.markdown
@@ -45,6 +45,8 @@ You can view the project's [CHANGELOG here](CHANGELOG.md).
45
driver allowing you to write less SQL and make use of a nice high level database access API;
46
* [mod-mysql-postgresql](https://github.com/vert-x/mod-mysql-postgresql) - [vert.x](http://vertx.io/) module that integrates
47
the driver into a vert.x application;
48
+* [dbmapper](https://github.com/njeuk/dbmapper) - enables SQL queries with automatic mapping from the database table to the Scala
49
+ class and a mechanism to create a Table Date Gateway model with very little boiler plate code;
50
51
## Include them as dependencies
52
0 commit comments