aim_orm_codegen

Code generation for aim_orm using build_runner.

Documentation | pub.dev

Overview

aim_orm_codegen is the code generation package for the aim ORM ecosystem. It analyzes your @PgTable annotated Record definitions and generates type-safe query builders (SELECT, INSERT, UPDATE, DELETE), Row typedefs for query results, and database/transaction extension methods. Works seamlessly with Dart's modern Record syntax.

Installation

dev_dependencies:
  aim_orm_codegen: ^0.0.1
  build_runner: ^2.4.0

Documentation

For detailed usage, examples, and API reference, see the documentation.

Libraries

aim_orm_codegen