{% extends "base.html" %} {% block title %}Siena documentation{% endblock %} {% block body %}
You should read first the getting started guide that covers the main concepts and usage of Siena. Then you should read the specific documentation of the implementations you are interested in. These are the available implementations of Siena:
Siena has built-in JSON support. You can save complex data structures (maps, lists or any arbitrary combination or both) into a single field/column using JSON.
{% endblock %}