View Source Ravix.Document (ravix v0.10.0)

Macro to facilitate the representation of a Raven Document

Example

`defmodule Ravix.TestDocument do
   use Ravix.Document, fields: [
     name: nil,
     id: nil
   ]
 end`

Summary

Functions

Link to this macro

compile_configs(opts)

View Source (macro)