We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b680200 commit 3c51d2aCopy full SHA for 3c51d2a
src/database/src/util.rs
@@ -53,5 +53,5 @@ pub fn find_sqlite_file(path: &str) -> Result<String, Box<dyn std::error::Error>
53
}
54
55
56
- Err("No database found".into())
+ Err("No SQL database found. Make sure the database specified is a SQL database".into())
57
0 commit comments