We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Added for version: 0.6
To initialize a model, you must first use clj-record.boot in your namespace. Then you can add the following line to initialize the model:
(clj-record.core/init-model)
The above macro call with create a bunch of functions in your namespace for use interacting with your model.
Some of the functions included are:
See clj-record for more details.