pinchbv / floor

The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications
https://pinchbv.github.io/floor/
Apache License 2.0
969 stars 191 forks source link

Can I customize the parameter queryableName in the method queryListStream? #842

Open caoyanglee opened 1 month ago

caoyanglee commented 1 month ago

I want @Query to specify a specific table to trigger this query action, rather than building a custom one.