question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

datasource db {
  provider = "sqlite"
  url      = "file:dev.db"
  default  = true
}

When running now dev returns the following error:

Database creation error: Sqlite data source must point to an existing file.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
pantharshit00commented, Sep 13, 2019

Works like a charm with a total absolute path: image

I can’t even use ~ to reference home in the path. This is very hacky but it works.

0reactions
divyenduzcommented, Jan 9, 2020

I am closing this one due to inactivity, if you still think that this is an issue, please comment here and tag me. Thank you 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: SQLite DB import - ServiceNow Community
Solved: Hello, We have data from our Spiceworks database on one of our local servers. We would like to import this database into...
Read more >
SQLite Home Page
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
Read more >
Sqlite - DEV Community ‍ ‍
SHAS: A starter for the self-hosted app, help you to build your next full-stack project. #vue #go #tailwindcss #sqlite · 4 reactions Add...
Read more >
Android App Development for Beginners - 50 - YouTube
Android App Development for Beginners - 50 - SQLite Database Product. 129K views 7 years ago Android App Development for Beginners Playlist.
Read more >
Speeding up your development environment with SQLite
SQLite is a self-contained SQL database engine that significantly reduces the labor ... Now let's run the following command on our terminal:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found