In this video we continue our example of a simple SQLAlchemy database (just one table containing Planet data). We look a little more carefully at the queries. If we query the entire table (somewhat like a SELECT * in SQL), the result is a list of object. However, if we name specific columns we want in the query, the result is a list of "named tuples." In each case we can cast the results to a list of dictionaries. When we have objects we use __dict__, and when we have named tuples we use _asdict(). We change the query leading to our GridJS datatable, and we add a search functionality. Finally we add an API route that just dumps our the query results as JSON.
Смотрите видео SQLA and Flask: Planets Database Example -- More Queries and an API route онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Thomas Blum 27 Ноябрь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 29 раз и оно понравилось 1 людям.