Add pooling database connection for postgresql.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package io.kamax.mxisd.config;
|
||||
|
||||
public interface DatabaseStorageConfig {
|
||||
String getDatabase();
|
||||
}
|
||||
Reference in New Issue
Block a user