[sqlalchemy] Re: a more general elixir question

2012-02-03 Thread erikj
yes Elixir classes are in fact SQLA classes, only defined with a different syntax you can mix Elixir, Declarative and plain python objects mapped with SQLA On Feb 3, 12:13 pm, lars van gemerden l...@rational-it.com wrote: Is it possible to mix Elixir classes and SQLA classes in one database

[sqlalchemy] Re: a more general elixir question

2012-02-03 Thread lars van gemerden
Thanks, Can you also mix Elixir Fields and SQLA Column/relationships in the same class? Cheers, Lars On Feb 3, 12:56 pm, erikj tw55...@gmail.com wrote: yes Elixir classes are in fact SQLA classes, only defined with a different syntax you can mix Elixir, Declarative and plain python

[sqlalchemy] Re: a more general elixir question

2012-02-03 Thread erikj
no, that's not possible Elixir does some custom postprocessing on a class definition, and so does Declarative, but they are not interoperatable On Feb 3, 1:20 pm, lars van gemerden l...@rational-it.com wrote: Thanks, Can you also mix Elixir Fields and SQLA Column/relationships in the same

[sqlalchemy] Re: a more general elixir question

2012-02-03 Thread lars van gemerden
Too bad, thanks On Feb 3, 1:38 pm, erikj tw55...@gmail.com wrote: no, that's not possible Elixir does some custom postprocessing on a class definition, and so does Declarative, but they are not interoperatable On Feb 3, 1:20 pm, lars van gemerden l...@rational-it.com wrote: