Docs for the Comon packages
One place for ORM, logging, and telemetry docs in Dart.
If you work with comon_orm, comon_logger, or comon_opentelemetry, this site should get you to the right page quickly instead of sending you through three separate repos.
ORM
Schema, generated queries, migrations, and runtime setup for PostgreSQL, SQLite, and Flutter SQLite.
Logger
Handlers, filters, formatters, Flutter log screens, and integrations like Dio and file logging.
OpenTelemetry
Traces, metrics, logs, and Flutter instrumentation without splitting the docs into a separate world.
How this is organizedthree packages - one entry point
What each section covers
start here, then drill downORM -> schema, queries, migrations
Logger -> handlers, filters, log viewer
OTel -> traces, metrics, Flutter hooksWhat to expect
docs near code1. Separate products, one navigation
/docs/orm, /docs/logger, /docs/otel2. Each package owns its docs
The source lives in the product repo, not in a detached marketing site3. Built for day-to-day work
Open a section, copy the example you need, move onThe point is to make setup, integration, and reference pages easier to find when you are already inside the codebase.
4. Same structure everywhere
Overview, sections, and navigation behave the same across all three productsIf you are touching database code, start with ORM. If you are wiring app diagnostics, jump straight into Logger or OpenTelemetry from the same sidebar.