attachedDatabase property
The generated database instance that this view or table is attached to.
Implementation
@override
DatabaseConnectionUser get attachedDatabase => (select as Query).database;
The generated database instance that this view or table is attached to.
@override
DatabaseConnectionUser get attachedDatabase => (select as Query).database;