Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Corrected a spelling error in the description of dbmapper, and added a
link to a Table Data Gateway description as well.
  • Loading branch information
bdavisx committed Apr 3, 2017
commit 82542bed13273ffb46a6cd959ee5aad50b688f58
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down