On Mon, Dec 8, 2008 at 10:51, Kless <[EMAIL PROTECTED]> wrote: > I've been playing with DataMapper [1] (don't judge it for it's > website), a new ORM for Ruby, which is amazing for the number of > extensions and new types that has been added. In addition it's more > powerfull than ActiveRecord. > > So if anyone in interested in add more extensions to Elixir here there > are great examples: > > * New types: > http://github.com/sam/dm-more/tree/master/dm-types/lib/dm-types/
Those types could be added to SQLAlchemy proper. They probably won't, but the ability to add new types is not a feature of Elixir. It's a feature of SQLAlchemy, so there is not much sense in adding them at the Elixir level. > * The tests are under 'spec': > http://github.com/sam/dm-more/tree/master/dm-types/spec/unit > http://github.com/sam/dm-more/tree/master/dm-types/spec/integration > > * Extensions: > http://github.com/sam/dm-more/tree/master Some of those extensions are indeed interesting. Patches implementing them on Elixir are welcome. -- Gaƫtan de Menten http://openhex.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 -~----------~----~----~----~------~----~------~--~---
