Installation
ObjectBox Golang DB is easy to install. Just follow this steps and enjoy the ease of use and speed of the ObjectBox NoSQL database in your next Golang application.
Linux/macOS
Quick installation
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-go/main/install.sh)bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-go/main/install.sh) --syncManual installation
mkdir objectboxlib && cd objectboxlib
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/main/download.sh) 0.13.0
// Or for ObjectBox Sync:
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/main/download.sh) --sync 0.13.0Go package dependency
Raspberry Pi 3 & 4 fallback
Windows
Quick installation
Manual installation
Go package dependency
Distributing
Last updated