File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ All notable changes to this project will be documented in this file.
7
7
## [ Unreleased] - ReleaseDate
8
8
9
9
### Features
10
- - Configuration of the session store has been changed to allow for use of either indexeddb
11
- or sqlite on relevant platforms. These can be enabled via features, ` indexeddb ` or ` sqlite ` .
10
+ - Configuration of the session store has been changed to allow for use of either IndexedDb
11
+ or SQLite on relevant platforms. These can be enabled via features, ` indexeddb ` or ` sqlite ` .
12
12
13
13
Previously the code to configure a sqlite session would look something like this in a host language:
14
14
```
15
15
builder
16
16
.sessionPaths("data_path", "cache_path")
17
17
.passphrase("foobar")
18
18
```
19
- With the new system, a helper object is exposed for either Sqlite or IndexedDB to group those settings.
19
+ With the new system, a helper object is exposed for either SQLite or IndexedDB to group those settings.
20
20
```
21
21
builder
22
22
.session_store_sqlite(
You can’t perform that action at this time.
0 commit comments