8000 Add dbmapper to the list of abstractions and integrations · odd/postgresql-async@8de12b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8de12b7

Browse files
committed
Add dbmapper to the list of abstractions and integrations
1 parent de17c43 commit 8de12b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ You can view the project's [CHANGELOG here](CHANGELOG.md).
4545
driver allowing you to write less SQL and make use of a nice high level database access API;
4646
* [mod-mysql-postgresql](https://github.com/vert-x/mod-mysql-postgresql) - [vert.x](http://vertx.io/) module that integrates
4747
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;
4850

4951
## Include them as dependencies
5052

0 commit comments

Comments
 (0)
0