From 984052b36cf2e6567357bc4417fb319a81eef0fd Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sat, 16 May 2020 11:19:58 +0200 Subject: [PATCH] Add moor_db_viewer to FAQ --- docs/content/en/docs/faq.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/en/docs/faq.md b/docs/content/en/docs/faq.md index 0fb645e5..cf6c034a 100644 --- a/docs/content/en/docs/faq.md +++ b/docs/content/en/docs/faq.md @@ -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. \ No newline at end of file