package
0.0.0-20190104173458-6106dd317672
Repository: https://github.com/maxnster/sql-parser.git
Documentation: pkg.go.dev
# Functions
BoxForTable opens a box of Table objects.
No description provided by the author
No description provided by the author
ObjectBoxModel declares and builds the model from all the entities in the package.
# Variables
Table_ contains type-based Property helpers to facilitate some common operations such as Queries.
No description provided by the author
# Structs
go:generate objectbox-gogen.
Box provides CRUD access to Table objects.
Query provides a way to search stored objects
For example, you can find all Table which Id is either 42 or 47: box.Query(Table_.Id.In(42, 47)).Find().