Gets configuration file name.
Gets directory where configuration file should be located.
Gets directory where configuration file should be located and configuration file name without extension.
Returns all connection options read from the ormconfig.
Gets a connection with a given name read from ormconfig. If connection with such name would not be found then it throw error.
Checks if there is a TypeORM configuration file.
Loads all connection options from a configuration file.
todo: get in count NODE_ENV somehow
Normalize connection options.
Generated using TypeDoc
Reads connection options from the ormconfig. Can read from multiple file extensions including env, json, js, xml and yml.