Hi all!

I have a few scenarios here that I believe are best solved without the ORM overhead. For example, various log tables that do not require a primary key, the rows are practically immutable, but are queried back for statistical analysis. It is my understanding that I cannot use the ORM without a primary key of some kind?

I am looking through the docs and I believe I should look into SQL Expression Language section for that, am I correct? Which basically means I should be using the expressions directly on the connection object (connection.execute()) instead of using the sqlalchemy.orm.scoped_session object?


Can you give me any pointers?



Thanks!


--

.oO V Oo.

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to