snusnu / ramom

relational algebra meets object mapping
MIT License
6 stars 0 forks source link

Support untyped mappings #4

Closed snusnu closed 10 years ago

snusnu commented 10 years ago

It should be possible to define the following mapper:

register :task do
  map :id
  map :name
end