package
0.9.0
Repository: https://github.com/objectbox/objectbox-go.git
Documentation: pkg.go.dev

# Functions

BoxForEntity opens a box of Entity objects.
No description provided by the author
ObjectBoxModel declares and builds the model from all the entities in the package.

# Variables

Entity_ contains type-based Property helpers to facilitate some common operations such as Queries.
No description provided by the author

# Structs

No description provided by the author
Box provides CRUD access to Entity objects.
Query provides a way to search stored objects For example, you can find all Entity which Id is either 42 or 47: box.Query(Entity_.Id.In(42, 47)).Find().
No description provided by the author