Skip to content

feat: migrate to lua table for executing query result

Alexey Protsenko requested to merge migrate-to-lua-table into main

Was fixed interaction format between lua and sbroad rust lib. In current implementation sbroad encodes query result to yaml and send it to lua app. Lua app gives yaml and decodes it to lua table. After apply this changes lua app will receive lua table and yaml transformations will not be needed.

Merge request reports