Добавлен connManager для управления пулами соединений к базам Sqlite, попутный рефакторинг
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class BaseController {
|
||||
constructor(connPool, config) {
|
||||
this.connPool = connPool;
|
||||
constructor(config) {
|
||||
this.config = config;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user