gorm/doc/curd/curd.md

10 lines
302 B
Markdown
Raw Normal View History

2016-02-24 17:03:43 +03:00
# CRUD: Reading and Writing Data
{% for section in book.chapters["curd/curd.md"].sections %}
* [**{{section.name}}**](../{{section.path}})
{% if section["sections"] %}{% for subsection in section.sections %}
* [**{{ subsection.name }}**]({{ subsection.path }})
{% endfor %}{% endif %}
{% endfor %}