You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rdoc
+43-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,46 @@
1
-
= dm-schema_reflector
1
+
= dm-reflection
2
2
3
-
Description goes here.
3
+
For now, this gem only allows you to print the ruby source for any DataMapper::Model, taking all property and relationship definitions into account. However, the plan is to be able to reflect on an existing relational database schema and export the corresponding datamapper model definitions to ruby source files. Think of it as active_record and annotate_models combined to do something useful with legacy databases.
0 commit comments