mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 07:03:03 +02:00
Updated Usage (markdown)
2
Usage.md
2
Usage.md
@@ -281,7 +281,7 @@ cd ~/archivebox/data
|
||||
sqlite3 index.sqlite3
|
||||
|
||||
# example usage:
|
||||
SELECT * FROM snapshot;
|
||||
SELECT * FROM core_snapshot;
|
||||
UPDATE auth_user SET email = 'someNewEmail@example.com' WHERE username = 'someUsernameHere';
|
||||
...
|
||||
```
|
||||
|
Reference in New Issue
Block a user