dm-sql-finders 0.0.3
dm-sql-finders add #by_sql to your DataMapper models and provides a clean mechanism for using the names of the properties in your model, instead of the actual fields in the database. Any SQL is supported and actual DataMapper Query objects wrap the SQL, thus delaying its execution until a kicker method materializes the records for the query. \ You can also chain standard DataMapper query methods onto the #by_sql call to refine the query.
Gemfile:
=
install:
=
Runtime Dependencies (2):
dm-core
>= 1.2.0
dm-do-adapter
>= 1.2.0