Skip to content

gi-jdbc (gannalyo intercept jdbc) is a light weight framework that enables database data to be seamlessly intercepted with no code changes to existing application.

jiuang/gi-jdbc

Repository files navigation

gi-jdbc

Build Status Maven Central Bintray

Introduction

  • gi-jdbc (gannalyo intercept jdbc) is a light weight and powerful application for intercepting JDBC operations.
  • Reference the P6Spy project.

Functions

  • To intercept JDBC operations seamlessly.
  • To do something around JDBC operations.

Purpose

  • To hope that can give help to some developers who want to do something around JDBC operations, like monitoring, log and the like.

Instruction

  • a. To import this project or jar file to your application.
  • b. To build path 'resources\META-INF\services' if it not exists.
  • c. To create text file which is named for 'com.gannalyo.sqlinterceptor.listener.JdbcEventListener' in above path.
  • d. To create java file which must extend 'com.gannalyo.sqlinterceptor.listener.JdbcEventListener' and override all methods in your application.
  • e. To copy the name of java file, include package name and class name, and to paste it in the text file.
  • f. To code your code in some methods of the java file.

Thanks for P6Spy team very much!

Contact us

About

gi-jdbc (gannalyo intercept jdbc) is a light weight framework that enables database data to be seamlessly intercepted with no code changes to existing application.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages