Sqlalchemy view

ask a question about sqlalchemy. Does ORM have no concept of view (VIEW)? Create a virtual table that is not really saved in the database, in which the fields are obtained from multiple tables and the tables are associated with each other through foreign keys. I can manipulate the virtual table like a real table.

Mar.12,2021
Menu