If you mean a view in the database, you can set up a DataMapper model for that view, as if it were a table. You won't be able to perform write operations, due to SQL limitations.
If you need to incorporate a view into an existing model, you may be interested in https://github.com/d11wtq/dm-sql-finders On 12/11/2011, at 2:22 AM, Marcio Salino Dias wrote: > I need to filter by column my records in Views. There is a easy way? > > -- > You received this message because you are subscribed to the Google Groups > "DataMapper" 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/datamapper?hl=en. > -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
