Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
objectbox-gogen
Generates objectbox related code for ObjectBox entities (Go structs) It can be used by adding `//go:generate go run github.com/objectbox/objectbox-go/cmd/objectbox-gogen` comment inside a .go file containing the struct that you want to persist and executing `go generate` in the module Alternatively, you can run the command manually: objectbox-gogen [flags] {source-file} to generate the binding code or objectbox-gogen clean {path} to remove the generated files instead of creating them - this removes *.obx.go and objectbox-model.go but keeps objectbox-model.json path: * a source file path or a valid path pattern as accepted by the go tool (e.g.
|
Generates objectbox related code for ObjectBox entities (Go structs) It can be used by adding `//go:generate go run github.com/objectbox/objectbox-go/cmd/objectbox-gogen` comment inside a .go file containing the struct that you want to persist and executing `go generate` in the module Alternatively, you can run the command manually: objectbox-gogen [flags] {source-file} to generate the binding code or objectbox-gogen clean {path} to remove the generated files instead of creating them - this removes *.obx.go and objectbox-model.go but keeps objectbox-model.json path: * a source file path or a valid path pattern as accepted by the go tool (e.g. |
examples
|
|
Package objectbox provides a super-fast, light-weight object persistence framework.
|
Package objectbox provides a super-fast, light-weight object persistence framework. |
fbutils
Package fbutils provides utilities for the FlatBuffers in ObjectBox
|
Package fbutils provides utilities for the FlatBuffers in ObjectBox |
test
|
|
Click to show internal directories.
Click to hide internal directories.