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 757ab74 commit 469c277Copy full SHA for 469c277
plugins/sql/README.md
@@ -64,7 +64,7 @@ Afterwards all the plugin's APIs are available through the JavaScript guest bind
64
```javascript
65
import Database from "@tauri-apps/plugin-sql";
66
67
-// sqlite. The path is relative to `tauri::api::path::BaseDirectory::App`.
+// sqlite. The path is relative to `tauri::api::path::BaseDirectory::AppConfig`.
68
const db = await Database.load("sqlite:test.db");
69
// mysql
70
const db = await Database.load("mysql://user:pass@host/database");
0 commit comments