View Source Ravix.Document (ravix v0.6.3)

Macro to facilitate the representation of a Raven Document

example

Example

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

Link to this section Summary

Link to this section Functions

Link to this macro

compile_configs(opts)

View Source (macro)