Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Apr 26, 2014
1 parent 326a7e6 commit f54605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MOA does not implement elaborate finders, filters or methods for querying data.

### Model Builder

MOA is using dynamic code generation to represent your database. [builder script](#building-models) generates a file for each table using attributes fetched from the database. These attributes define column names, type, constraints, etc. These classes are generated dynamically to reduce the amount of hand-coded duplication of the data representation.
MOA is using dynamic code generation to represent your database. [builder script](#building-models) generates a file for each table using attributes fetched from the database. These attributes define each column name, type, constraints, etc. These classes are generated dynamically to reduce the amount of hand-coded duplication of the data representation.

This is an example of generated class:

Expand Down

0 comments on commit f54605f

Please sign in to comment.