datasource-proxy

Provide listener framework for JDBC interactions and query executions via proxy. (by jdbc-observations)

Datasource-proxy Alternatives

Similar projects and alternatives to datasource-proxy based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better datasource-proxy alternative or higher similarity.

datasource-proxy reviews and mentions

Posts with mentions or reviews of datasource-proxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-21.
  • Integration Tests for N + 1 problem in Java
    2 projects | dev.to | 21 May 2023
    There is a cool library called datasource-proxy. It provides a convenient API to wrap javax.sql.DataSource interface with a proxy containing specific logic. For example, we can register callbacks invoked before and after query execution. What's interesting is that the library also contains out-of-the-box solution to count executed queries. We're going to alter it a bit to serve our needs.
  • A Tale of Two Connection Pools
    2 projects | dev.to | 13 Feb 2023
    In this option, we wrap our HikariCP instance in another object. The nice thing about this option is that it can be used with any connection pooling library (not just HikariCP); but, it does require that you add an additional dependency to your project: https://github.com/jdbc-observations/datasource-proxy

Stats

Basic datasource-proxy repo stats
2
649
7.3
4 months ago

jdbc-observations/datasource-proxy is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of datasource-proxy is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com