I am planning to use SQLAlchemy in one of my projects and i am very interested in declarative syntax of tables.
I was told to use the Elixir Declarative Layer for that, at the same time SQLAlchemy has its built-in declarative extension.
What are the current differences between Elixir and the declarative extension? Advantages/disadvantages?