Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
ormer
English | 简体中文
A minimalist ORM framework that supports SQLite, PostgreSQL, QuestDB, MySQL, SqlServer, ClickHouse, and InfluxDB. QuestDB (8.3+) reuses the PostgreSQL wire protocol: insert/select/update, TRUNCATE TABLE, block delete via partition drop, and schema introspection are supported; transactions, row delete, RETURNING, and column type changes remain unsupported. InfluxDB writes Line Protocol batches and queries an InfluxQL/SQL subset with time-series semantics.
It also includes raw SQL and typed raw expression parameter binding, relation loading, object graph writes, tracked dirty-field saves, optimized batch insert/update paths, embedded value objects, decimal types, typed derived tables, model filters, dynamic table routing, hooks, global SQL trace callbacks, time-series block delete, and versioned migration support.
Quick Example
async