Skip to content

Provide a datasource proxy that can inject your own logic into all queries

License

Notifications You must be signed in to change notification settings

Cosium/datasource-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasource-proxy

Build Status Maven Central Download

About

Provide proxy classes for JDBC API to intercept executing queries and methods.

User Guide

Maven

<dependency>
  <groupId>net.ttddyy</groupId>
  <artifactId>datasource-proxy</artifactId>
  <version>[LATEST_VERSION]</version>
</dependency>
  • latest version is: Maven Central
  • No dependencies to other libraries, everything is optional.
    • For example, if you want to use slf4j logger with SLF4JQueryLoggingListener, then you need slf4j library.
  • requires jdk1.6+

Snapshot is available via oss sonatype snapshot repository.

Related Projects

Examples:

Unit test support:

Javadoc


About

Provide a datasource proxy that can inject your own logic into all queries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.2%
  • Shell 1.2%
  • Other 0.6%