mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
db: switch to sqlite as the primary backend
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69648f81d0d094e11a3e0f0a19d3b8eccd5d
This commit is contained in:
parent
efcbe17d73
commit
4f725425fc
12 changed files with 246 additions and 274 deletions
|
|
@ -79,7 +79,7 @@ must handle the migration yourself, with one simple command.
|
|||
|
||||
```bash
|
||||
$ cliphist list --db ~/.cache/cliphist/db | stash --import-tsv
|
||||
# > Imported 750 records from TSV into sled database.
|
||||
# > Imported 750 records from TSV into database.
|
||||
```
|
||||
|
||||
Alternatively, you may first export from Cliphist and _then_ import the
|
||||
|
|
@ -88,5 +88,5 @@ database.
|
|||
```bash
|
||||
$ cliphist list --db ~/.cache/cliphist/db > cliphist.tsv
|
||||
$ stash --import-tsv < cliphist.tsv
|
||||
# > Imported 750 records from TSV into sled database.
|
||||
# > Imported 750 records from TSV into database.
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue