queryarena function
The arena function below selects a random arena for the initial GET request, getting data from the database model about the selected NBA arena. The queries themselves are handled by the queryarena function.
In this function, the name of the selected arena is accepted as a parameter. It is used to query (or filter) all of the Arenas model objects. This object-relational mapping (ORM) filter method requires a field as a parameter; in this case, the field is called name1. As an example of what the filter is doing, if the name of the arena is Oracle Arena, the filter translated to English would be find all NBA arenas with the name Oracle Arena. The results of the filter method are returned as a list, so the first result is ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access