mirror of https://github.com/AMT-Cheif/drift.git
Add moor_db_viewer to FAQ
This commit is contained in:
parent
b57439cced
commit
984052b36c
|
@ -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.
|
Loading…
Reference in New Issue