How can i check my database (sqlite) from fly io ?
@trustcodernet Can you provide more information about your setup?
This is shopify app using remix and prisma
Assuming you’re running it locally, you should be able to fly ssh console
into your Machine and refer to your environment to figure out the path to your sqlite db. Assuming you followed the remix setup guide here: Run a Remix App · Fly Docs there should be a DATABASE_URL
environment variable specified that may be helpful.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.