• LogsDao returns the app logs Dao instance.

    This Dao could operate only on the tables and models associated with the logs database. For example, trying to access the users table from LogsDao will result in error.

    Returns daos.Dao

Generated using TypeDoc