Is it possible to use raw SQL and not the TABLE construct to create tables in SQL Alchemy? I would still like to use the rest of SQLAlchemy, for example, to map objects to a session module. I just don't like the SQLAlchemy syntax used to create tables (I worked in SAS and SQL for too long to find out more!).
Thanks a lot Rich
source share