Skip to content

Commit a133bc4

Browse files
committed
add coverage badge (does not include integration test coverage yet)
1 parent c0daf4f commit a133bc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ SProcWrapper
33

44
[![Build Status](https://travis-ci.org/zalando/java-sproc-wrapper.svg)](https://travis-ci.org/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)
7+
68
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).
79

810
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.

0 commit comments

Comments
 (0)