Skip to content

yaojuncn/YDataSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Java connection pool written for my own interest as a weekend project;
The goal is to provide a neat implemenation only doing connection pool management WITHOUT supporting xa, jca and so on;
current features:
* basic pool management with min, max, blocking timeout, query timeout, idle timeout
* support oracle & mysql exceptionsorter, which you can add error codes and behaviors in runtime

meantime, I hope to make it as fast as possible in the future.

About

Another simple datasource implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages