Skip to content

Commit 469c277

Browse files
authored
docs(sqlite): Update BaseDir mention to AppConfig
App was removed in v2 but was an alias for AppConfig
1 parent 757ab74 commit 469c277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Afterwards all the plugin's APIs are available through the JavaScript guest bind
6464
```javascript
6565
import Database from "@tauri-apps/plugin-sql";
6666

67-
// sqlite. The path is relative to `tauri::api::path::BaseDirectory::App`.
67+
// sqlite. The path is relative to `tauri::api::path::BaseDirectory::AppConfig`.
6868
const db = await Database.load("sqlite:test.db");
6969
// mysql
7070
const db = await Database.load("mysql://user:pass@host/database");

0 commit comments

Comments
 (0)