mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
4391611f29
JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling.
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
c3p0 is an easy-to-use Java library for augmenting traditional
|
|
(DriverManager-based) JDBC drivers with JNDI-bindable DataSources,
|
|
including DataSources that implement Connection and Statement
|
|
Pooling, as described by the jdbc3 spec and jdbc2 std extension.
|
|
|
|
WWW: http://sourceforge.net/projects/c3p0/
|