Hello ! I'm developing a new process of extracting data from one database and writing to another, and believed that sqlalchemy has many features that can help me in the that. Looking in the documentation, especifically, in the case of "Getting ORM results from Textual and Core Statements <https://docs.sqlalchemy.org/en/14/orm/queryguide.html#getting-orm-results-from-textual-and-core-statements>", in the examples it is used classes that are mapped to tables. I've a situation, where i will build a complex query, returning a resulting that is not similar to any table. I would like to execute the query and have it automatically mapped to a class, to make a manipulation of this data. It is a data transformation and enrichment, i'm doing a extraction, transformation of data. It is possible to do it ? How i can do it ? Anyone has some example ? Sorry for the beginner question, but was not so clear in the documentation if it possible.
Thanks, Flávio -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/050c5f22-4bab-4e03-afc2-de184bf0087bn%40googlegroups.com.