Helpers for working with plain JDBC from within Java in a convenient and safe fashion.
Provides try-with-resource compatible wrapping of JDBC interfaces,
as well as named parameters and transaction helper.
Java 1.7+
with gradle (in build.gradle)
repositories {
maven { url 'http://maven.plip.org/releases' } // for release versions
maven { url 'http://maven.plip.org/snapshots' } // for snapshots
}
dependencies {
compile 'org.plip:plipsql:1.0+'
}
-
1.1-SNAPSHOT- Integerated/polished
ParameterStatementandSQLParameterutils. - Backwards compatible with
plipsql-1.0.x. - Deprecated
SQLStack(SQLClosable c)constructor.
- Integerated/polished
-
1.0.12014-12-10.- Removed erroneus
provided-scoped dependency. - Removed debug logging.
- Removed erroneus
-
1.02014-09-01- Initial public release.
-
0.x2010-2014- Private internal usage.