2
0
Эх сурвалжийг харах

add dbshell command examples for executing SQL

Nick Sweeting 4 жил өмнө
parent
commit
c25853969d
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -73,7 +73,7 @@ archivebox help
 - `archivebox add/remove/update/list` to manage Snapshots in the archive
 - `archivebox add/remove/update/list` to manage Snapshots in the archive
 - `archivebox schedule` to pull in fresh URLs in regularly from [boorkmarks/history/Pocket/Pinboard/RSS/etc.](#input-formats)
 - `archivebox schedule` to pull in fresh URLs in regularly from [boorkmarks/history/Pocket/Pinboard/RSS/etc.](#input-formats)
 - `archivebox oneshot` archive single URLs without starting a whole collection
 - `archivebox oneshot` archive single URLs without starting a whole collection
-- `archivebox shell` open a REPL to use the [Python API](https://docs.archivebox.io/en/latest/modules.html) (alpha)
+- `archivebox shell/manage dbshell` open a REPL to use the [Python API](https://docs.archivebox.io/en/latest/modules.html) (alpha), or SQL API
 
 
 <div align="center">
 <div align="center">
 <br/>
 <br/>
@@ -669,6 +669,7 @@ cd archivebox/
 
 
 cd path/to/test/data/
 cd path/to/test/data/
 archivebox shell
 archivebox shell
+archivebox manage dbshell
 ```
 ```
 (uses `pytest -s`)
 (uses `pytest -s`)