7 lines
216 B
Dart
7 lines
216 B
Dart
|
/// Hooks to populate data returned from services, in a fashion
|
||
|
/// reminiscent of a relational database.
|
||
|
library angel_relations;
|
||
|
|
||
|
export 'src/belongs_to.dart';
|
||
|
export 'src/has_many.dart';
|
||
|
export 'src/has_one.dart';
|