Yuppiechef / macaron

A way to declaratively describe your database model and get going without much fuss.
3 stars 0 forks source link

Add docstring support on entity definition #19

Closed CmdrDats closed 8 years ago

CmdrDats commented 12 years ago

For example :

(defentity user
  "This is a user of the system"
  ...)

This should generate the CRUD functions incorporating the doc string.

crisptrutski commented 8 years ago

In practice can just add a :doc key to the map