1
votes

what is the best local database for desktop app flutter (windows system) and what is best resource for learn it

1

1 Answers

0
votes

There are not many options for the windows apps, but we have these. You can use objectbox or hive for windows platform. Both the databases have their own documentation in the readme file you can look into it and learn it.

Hive does not support any kind of query, so choose your database carefully