diff --git a/src/index.js b/src/index.js index 1ca1baa..643429a 100644 --- a/src/index.js +++ b/src/index.js @@ -26,10 +26,7 @@ class Client_Firebird extends Client { } if (!customConfig.connection.database) { - throw new Error('Database path is missing!') - } - if (customConfig.connection.database[0] !== '/') { - customConfig.connection.database = `/${customConfig.connection.database}` + throw new Error('Database path/alias is missing!') } super(customConfig, ...args);