Add moor_db_viewer to FAQ

This commit is contained in:
Simon Binder 2020-05-16 11:19:58 +02:00
parent b57439cced
commit 984052b36c
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 7 additions and 0 deletions

View File

@ -104,3 +104,10 @@ Firebase is a very good option when
- your data model can be expressed as documents instead of relations
- you don't have your own backend, but still need to synchronize data
## Can I view a moor database?
Yes! Moor stores its data in a sqlite3 database file that can be extracted from the device and inspected locally.
To inspect a database on the directly on a device, you can use the [`moor_db_viewer`](https://pub.dev/packages/moor_db_viewer)
package by Koen Van Looveren.