artemeff / eql

Erlang with SQL or not
MIT License
117 stars 18 forks source link

feature: add load/3 to eql_config #17

Open fnchooft opened 11 months ago

fnchooft commented 11 months ago

The eql_config module was augmented with a load-function which can inject variables.

README.md file was updated to reflect the new options.

A unit-test was added ( see examples/dynamic.conf.in ).

fnchooft commented 11 months ago

Hi, maybe this is of use to anyone. Kind regards, Fabian