Is there a way to get a list of strings from drift in flutter
I'm using Drift to manage databases in my flutter app and I need to get a list from a database. When I call for a list it just returns something called a "Instance of '_MappedSelectable<QueryRow, String>'" This is the SQL…