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

# Functions

BoxForTask opens a box of Task objects.
ObjectBoxModel declares and builds the model from all the entities in the package.

# Variables

Task_ 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 Task objects.
Query provides a way to search stored objects For example, you can find all Task which Id is either 42 or 47: box.Query(Task_.Id.In(42, 47)).Find().