1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/databases/c3p0/pkg-descr
Dmitry Marakasov 5d3e468a24 - Add NO_ARCH
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-07-19 09:02:17 +00:00

7 lines
302 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: https://www.mchange.com/projects/c3p0/