mkilling / goejdb

Golang bindings for Softmotions/ejdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add support of ejdbcommand() to the Go binding

adamansky opened this issue · comments

Please add support of ejdbcommand() to the Go binding.
It is generic command api allowing the execution of arbitrary database commands, e.g. import/export operations.
https://github.com/Softmotions/ejdb/blob/master/tcejdb/ejdb.h#L599

Will look into it!

Fixed in e20197f. I'll add bindings for ejdbexport() and ejdbimport() later as well.