How to access the local db in third party programs? Where is the DB actually saved? #3602
-
Im trying to use TablePlus to access the database where can I go to access the database locally in such 3rd party programs? |
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Jul 9, 2025
Replies: 1 comment
-
Where the database is actually saved depends on how you open it. If you use the default |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
staycreativedesign
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where the database is actually saved depends on how you open it. If you use the default
driftDatabase
method fromdrift_flutter
, drift store database files ingetApplicationDocumentsDirectory()
frompackage:path_provider
.