walterDurin / sqlite-jdbc

Automatically exported from code.google.com/p/sqlite-jdbc
Apache License 2.0
0 stars 0 forks source link

ConnectionPool support #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be useful if sqlite-jdbc has a support of connection pool like this:
http://www.source-code.biz/miniconnectionpoolmanager/

ConnectionPoolDataSource
http://download.oracle.com/javase/1.5.0/docs/api/javax/sql/ConnectionPoolDataSou
rce.html

PooledConnection
http://download.oracle.com/javase/1.5.0/docs/api/javax/sql/PooledConnection.html

Original issue reported on code.google.com by taroleo on 7 Jun 2011 at 1:26

GoogleCodeExporter commented 8 years ago
Peter Borissow created a sample implementation:
http://groups.google.com/group/xerial/browse_thread/thread/8fcfac18a2ee2323?hl=e
n

Original comment by taroleo on 10 Jun 2011 at 3:24

GoogleCodeExporter commented 8 years ago
Moved to bitbucket issue: https://bitbucket.org/xerial/sqlite-jdbc/issue/18

Original comment by Grace.Ba...@gmail.com on 8 Sep 2012 at 5:29

GoogleCodeExporter commented 8 years ago
I'll handle this one.

Original comment by Grace.Ba...@gmail.com on 10 Sep 2012 at 8:46