Home
Softono

Datasource Proxy

Open source MIT Java
767
Stars
82
Forks
11
Issues
18
Watchers
1 year
Last Commit

 About Datasource Proxy

Provide listener framework for JDBC interactions and query executions via proxy.

Platforms

Web Self-hosted

Languages

Java

Links

Need Help Installing Datasource Proxy?

We provide expert installation service for this software. Our team will install, configure, and secure Datasource Proxy on your server. plans start at just $30.

Datasource Proxy

View on GitHub

datasource-proxy

Maven Central

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+ (works well with Java8 and above).

Snapshots are available via the Maven Central repository. For instructions on how to consume snapshot releases, please refer to the official documentation.

Related Projects

Examples:

Javadoc