0

I want to create multiple connection to SQLite and keep hold of it as my application is a long running and I don't want to keep connection open for that much time. So how can I implement connection pool using SQLite in java.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
kunal kashyap
  • 215
  • 1
  • 4
  • 8
  • What attempts have you made so far? What hasn't worked? – OneCricketeer Jul 08 '17 at 03:22
  • "I want to create multiple connection .. and keep hold of it.... I don't want to keep connection open ...". Please rephrase to clarify the two different "keep" you are describing. – Yunnosch Jul 08 '17 at 05:49

0 Answers0