objectbox / objectbox-go

Embedded Go Database, the fast alternative to SQLite, gorm, etc.
https://objectbox.io
Apache License 2.0
1.07k stars 46 forks source link

Encryption & static linking #31

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello,

I really like ObjectBox, and I would love to add it to my stack and build software around it, however the lack of encryption support in the Go incarnation makes it a no go (pun intended). Are there any plans to add encryption to the Go incarnation of ObjectBox?

Also, I need to static link the lib, however no static build is being offered currently. What do I need to do to achieve this?

vaind commented 2 years ago

You've correctly found out that neither is currently available, but not limited to Go.

There're existing requests for "encryption" in objectbox-java and objectbox-dart, probably no need to track yet another one since they all depend on the availability of encryption in the ObjectBox core library and once that is available, it will land in all the language bindings.

As for a static library, I don't think this is something planned to be generally available. You can, however, reach out with a request via https://objectbox.io/contact/

ghost commented 2 years ago

@vaind , thank you for the clarifications.