Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 599 Bytes

transactor

A transactor implementation that manages connection and SQL objects and removes the need for boiler plate code.

Sample

transactor.queryForInt("Select count(*) from EMPLOYEEE");

dependencies

production

com.google.guava:guava:14.0
org.slf4j:slf4j-log4j12:1.7.4
org.slf4j:slf4j-api:1.7.4
log4j:log4j:1.2.17

test

junit:junit:4.8.2
org.hamcrest:hamcrest-all:1.3
org.mockito:mockito-all:1.9.5