arthurblake / log4jdbc

log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.
506 stars 148 forks source link

Feature Request: Ability to modify the data #94

Closed mjegann5 closed 3 months ago

mjegann5 commented 5 years ago

I have an use case where we need to taansform the data inserted/updated to the database as well as the data retrieved from the database by the queries. I would like to write the transformation logic in java. Is there a way to do this using the log4jdbc? Thanks.

arthurblake commented 3 months ago

The purpose of the library is to be as transparent as possible just for logging. Perhaps fork the library or make a new library for your purpose? Thank you.