daos property

List<Type> daos
final

Optionally, the list of daos to use. A dao can also make queries like a regular database class, making is suitable to extract parts of your database logic into smaller components.

For instructions on how to write a dao, see the documentation of DriftAccessor.

Implementation

final List<Type> daos;