Macros collection for converting Structure to Model, for a mango-orm project.
Macros
Model
Macro for converting Structure to mango-orm Model.
The model can access the database.
The model can create, update, and delete documents in collections.
v0.6.0The createdat and updatedat fields are automatically added to the Model. The widget type is inputDateTime and ishide = true. Updated README.md. Updated documentation._
v0.5.4Fixed ModelName::key() method. See documentation: mangoorm > models > ToModel._
v0.5.2Import optimized.
v0.5.0Added model attribute isusehooks. See documentation: mangoorm > models > hooks > Hooks._