Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

Database structure of Lino Avanti

This document describes the database structure.

Complexity factors

>>> print(analyzer.show_complexity_factors())
... 
- 41 plugins
- 82 models
- 8 user types
- 306 views
- 20 dialog actions

The database models

>>> from lino.utils.diag import analyzer
>>> print(analyzer.show_db_overview())
...