-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi @CraZySacX (Jason),
var derby = new JDBC({
url: 'jdbc:derby://localhost:1527/testdb;create=true',
minpoolsize: 5,
maxpoolsize: 10
});
Above function mentioned in example will create 5 connection and hold in pool. How to clean/drop connections from the pool on application exit?
Thanks,
Vikram
Metadata
Metadata
Assignees
Labels
No labels