Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
objectbox-gogen
Generates objectbox related code for ObjectBox entities (Go structs) It can be used by adding `//go:generate 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] The flags are -persist string path to the model information persistence file -source string path to the source file containing structs to process To learn more about different configuration and annotations for entities, see docs at https://golang.objectbox.io/
|
Generates objectbox related code for ObjectBox entities (Go structs) It can be used by adding `//go:generate 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] The flags are -persist string path to the model information persistence file -source string path to the source file containing structs to process To learn more about different configuration and annotations for entities, see docs at https://golang.objectbox.io/ |
examples
|
|
internal
|
|
generator
Package generator provides tools to generate ObjectBox entity bindings between GO structs & ObjectBox schema
|
Package generator provides tools to generate ObjectBox entity bindings between GO structs & ObjectBox schema |
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.