You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlal...@googlegroups.com
Hello,
I would like to query a single table by the ORM interface
for an export of the stored data into an other file format.
The description of the query API refers also to the object
relational tutorial. This tutorial explains also functionality
which deals with table creation. I imagine that I can omit
a few statements (like "Base.metadata.create_all(engine)")
there if I want to concentrate on a specific data selection.
How many meta-data will I need to add to the corresponding
class so that the declarative mapping will work for an
existing database table?
Will table properties be automatically mapped into the
provided Python class (without explicit specifications)?
Regards,
Markus
Jonathan Vanasco
unread,
Jan 15, 2015, 5:40:12 PM1/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlal...@googlegroups.com, elf...@users.sourceforge.net