[sqlalchemy] Unlogged Postgresql Table

2014-12-17 Thread Danish Abdullah
What's the recommended way to create, assuming there is a way, an unlogged postgresql table through the ORM? -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group and stop receiving

Re: [sqlalchemy] Unlogged Postgresql Table

2014-12-17 Thread Ladislav Lenart
Hello. On 17.12.2014 16:30, Danish Abdullah wrote: What's the recommended way to create, assuming there is a way, an unlogged postgresql table through the ORM? This might be of help: http://stackoverflow.com/questions/13455207/sqlalchemy-temporary-table-with-declarative-base Just replace