**PSA:** You can access your local D1sqlite data base by going into the follow in your source dir

PSA:

You can access your local D1sqlite data base by going into the follow in your source directory:

.wrangler -> state -> v3 -> d1 -> miniflare-D1DatabaseObject -> xxxxxxxxxx.sqlite

Just use any SQLite GUI tool and and open that file.

Note: If you use any database change commands to alter the structure of the database, you will not see those changes in your current GUI. You have to close the GUI connection and open the file again.
Was this page helpful?