Skip to content

Commit 90600d7

Browse files
committed
Added Review Ninja badge
Added review ninja badge
1 parent 7acba5a commit 90600d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
SProcWrapper
22
============
33

4-
[![Build Status](https://travis-ci.org/zalando/java-sproc-wrapper.svg)](https://travis-ci.org/zalando/java-sproc-wrapper)
4+
[![Build Status](https://travis-ci.org/zalando/java-sproc-wrapper.svg)](https://travis-ci.org/zalando/java-sproc-wrapper) [![Coverage Status](https://coveralls.io/repos/zalando/java-sproc-wrapper/badge.png)](https://coveralls.io/r/zalando/java-sproc-wrapper)
55

6-
[![Coverage Status](https://coveralls.io/repos/zalando/java-sproc-wrapper/badge.png)](https://coveralls.io/r/zalando/java-sproc-wrapper)
6+
[![ReviewNinja](http://app.review.ninja/assets/images/wereviewninja-32.png)](http://app.review.ninja/zalando/java-sproc-wrapper)
77

88
Library to make PostgreSQL stored procedures(SProcs) available through simple Java "SProcService" interfaces including automatic object serialization and deserialization (using typemapper and convention-over-configuration).
99

10-
Supports horizontal database sharding (partition/access logic lies within application), easy use of pg_advisory_lock through annotations to ensure single Java node execution, configurable statement timeouts per stored procedure, and PostgreSQL types including enums and hstore.
10+
Supports horizontal database sharding (partition/access logic lies within application), easy use of `pg_advisory_lock` through annotations to ensure single Java node execution, configurable statement timeouts per stored procedure, and PostgreSQL types including enums and hstore.
1111

1212
Usage
1313
------------

0 commit comments

Comments
 (0)