eql
eql copied to clipboard
Erlang with SQL or not
Сейчас функция `eql:compile/1` вычитывает SQL запросы из файла от метки до ближайшего комментария. Из-за этого я не могу писать комментарии внутри многострочного запроса. Вот пример неработающего кода: ```sql -- :create_all_tables...
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 ).
Currently `compile`'s spec says it can return `any()`. Anyway to tighten that up? I know its generated from the `peg` file so not as simple as changing it in `eql`...