attachedDatabase property

  1. @override
DatabaseConnectionUser attachedDatabase
override

The generated database instance that this view or table is attached to.

Implementation

@override
DatabaseConnectionUser get attachedDatabase => (select as Query).database;