goejdb icon indicating copy to clipboard operation
goejdb copied to clipboard

Golang bindings for Softmotions/ejdb

Results 5 goejdb issues
Sort by recently updated
recently updated
newest added

Hi On performing go get github.com/mkilling/goejdb I get # github.com/mkilling/goejdb ../../go/src/github.com/mkilling/goejdb/ejcoll.go:4:24: fatal error: ejdb/ejdb.h: No such file or directory // #include Is there any way to fix this

This fixes #9 by checking for nil on the ptr.

Calling `GetColl` when a collection doesn't exist returns no error and a valid Collection.

This pull requests fixes (if I'm not wrong) the issue #3 where compiling goejdb in raspberry pi (and in my case in an scaleway arm server) was giving some problems....

i am trying to build a golang-project containing ejdb on a raspberry pi (even tried qemu + raspbian) When exectuing ``` go get github.com/mkilling/goejdb ``` im getting this error: ```...