Angel’s ORM uses Dart’s system to generate query builder classes from your Model
classes,and takes advantage of Dart’s strong typing to prevent errors at runtime.
package:angel_orm_generator
will generate code that letsyou do the following:
var trainer = await findTrainer(id);
});
For more in-depth documentation, see the actualangel_orm
project on Github: