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