You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in the SQL stores the connection is created by simply calling DriverManager.getConnection(...). We should refactor this to allow creating and defining the connection externally, e.g. to permit using an external connection pool.
Currently, in the SQL stores the connection is created by simply calling
DriverManager.getConnection(...). We should refactor this to allow creating and defining the connection externally, e.g. to permit using an external connection pool.