platform/lib/angel_relations.dart
2017-03-04 16:05:56 -05:00

9 lines
No EOL
287 B
Dart

/// Hooks to populate data returned from services, in a fashion
/// reminiscent of a relational database.
library angel_relations;
export 'src/belongs_to_many.dart';
export 'src/belongs_to.dart';
export 'src/has_many.dart';
export 'src/has_many_through.dart';
export 'src/has_one.dart';