how can create a table with a query in my flutter app?
s
silentworks
11/10/2021, 10:32 AM
Creating a table from inside of Flutter
silentworks
11/10/2021, 10:33 AM
This is not how relational databases work generally, you create your table schema prior to using it inside of your application, what you are describing is how document based databases (which generally don't have schemas) work.