You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can delete rows with the `deleteOne(Key id)` and `deleteMany(List<Key> ids)` methods. The `Key` type will be the type of the primary key column of your model, e.g. `String` if you define a `@PrimaryKey() String get id;`.
43
+
40
44
#### QueryParams
41
45
42
46
Query methods that return a list of models will accept a `QueryParams` argument
0 commit comments