aim_orm_codegen 0.4.0
aim_orm_codegen: ^0.4.0 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.flutter-io.cn
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.