aim_orm_codegen 0.1.1 copy "aim_orm_codegen: ^0.1.1" to clipboard
aim_orm_codegen: ^0.1.1 copied to clipboard

Code generation for aim_orm using build_runner. Generates type-safe query builders from table definitions.

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.

0
likes
140
points
141
downloads

Publisher

verified publisheraim-dart.dev

Weekly Downloads

Code generation for aim_orm using build_runner. Generates type-safe query builders from table definitions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

aim_database, aim_orm, aim_orm_postgres, analyzer, build, source_gen

More

Packages that depend on aim_orm_codegen