-
Notifications
You must be signed in to change notification settings - Fork 213
information #348
Copy link
Copy link
Open
Labels
featureRequest and implementation of a feature (release drafter)Request and implementation of a feature (release drafter)
Description
Activity
Metadata
Metadata
Assignees
Labels
featureRequest and implementation of a feature (release drafter)Request and implementation of a feature (release drafter)
how to do?
@query(sql)
Future findBySql(String sql);
in .g.dart
@OverRide
Future findBySql(String sql) async {
return _queryAdapter.query(sql, mapper: _tMapper);
}