Skip to content

jdbcdslog/jdbcdslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recommend

please see https://github.com/adrianshum/jdbcdslog, that has more interesting new features.

What is jdbcdslog-exp

jdbcdslog-exp is an experimental fork of jdbcdslog that:

  • more directly fill SQL statement (you can copy it to the tool and can be used directly, like Oracle's SQL Developer or PL/SQL and so on )
  • can use a configurable SQL formatter
  • can be configured to display elapsed time
  • is available in the maven central repository
  • supports Java 5 and above (you need to understand that the project should compile with jdk 1.5) (Of course, the original function does not change!)

if you want get more infos please see the original version of jdbcdslog at http://code.google.com/p/jdbcdslog/

Maven Dependency

<dependency>	
	<groupId>com.googlecode.usc</groupId>
	<artifactId>jdbcdslog</artifactId>
	<version>1.0.6.2</version>
</dependency>

if you like the native version (jdbcdslog) and use maven, please change the version to 1.0.5.1, i post it into maven central repo to support for maven.

SVN Link

if you love svn please via jdbcdslog-exp in googlecode or checkout

svn checkout http://jdbcdslog-exp.googlecode.com/svn/trunk/ jdbcdslog-exp-read-only

How To Use

please see user guide: Origin UserGuide and UserGuide

Support

if you have any questions,welcome to contact me via Email(lishunli.me@gmail.com) or create issues with https://github.com/jdbcdslog/jdbcdslog/issues ,i will reply you as soon as possible.

About

jdbcdslog's enhancement,has better experience and expect

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages