Jason Porath wrote: > How hard would it be to use a mix of SQLAlchemy and Elixir > together at the same time? I realize Elixir is just an abstraction > layer for SQLAlchemy, but when I've tried to get the two to work > together, I've not gotten very far. For example, in a function > where SQLAlchemy would expect a Table object, I'd try providing an > Entity, or Entity.table, and it wouldn't work.
You'll need to be quite a bit more specific for me to be able to help you. I use many SQLAlchemy features with Elixir, and have no issues, really. Can you give me an example? -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
