Where is my DB? I use PrismaClient to connect to sqlite, but I can't see the file

I am using Shopify to deploy an app which is saving credentials to an SQLite. The app works, but I can’t see the file anywhere :sweat_smile:

Ok making a big assumption here, but if you used this template, then based on this file, the database is probably in the app root and called dev.sqlite.

If you fly ssh console, can you see that file if you ls in the app root? If yes, beware that if your Machine is stopped, then you’ll lose all the data in your database. To persist it, you’d need to look into volumes.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.