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.
            Asked
            
        
        
            Active
            
        
            Viewed 1,461 times
        
    0
            
            
        - 
                    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
 
    