Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Query construction

The previous two chapters have touched on queries somewhat, but it’s worth spending some time exploring the full breadth of the query API.

In microrm, queries generally begin in the schema object, referencing a single entity’s Table. To retrieve the entities in the current query context, the methods get(), first(), count(), and get_ids() are available.

TODO: the rest of this chapter