Re: elixir vs. storm

2009-03-11 Thread Bruno Desthuilliers
Dan Barbus a écrit : Hi, Anyone here compared elixir with storm? Both are sqlite declarative wrappers (as far as I understood) and both seem to hide the (unnecessary for what I want) SQL/data layer under pythonic wrappers. elixir is a declarative layer over SQLAlchemy, which is a hi-level SQL

elixir vs. storm

2009-03-11 Thread Dan Barbus
Hi, Anyone here compared elixir with storm? Both are sqlite declarative wrappers (as far as I understood) and both seem to hide the (unnecessary for what I want) SQL/data layer under pythonic wrappers. I'm not trying to start a flamewar here (but I wanted to know if one is more mature than the ot