1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 07:03:03 +02:00

Updated Usage (markdown)

Nick Sweeting
2024-09-11 03:52:59 -07:00
parent 99b7fa6474
commit e159c0aad0

@@ -281,7 +281,7 @@ cd ~/archivebox/data
sqlite3 index.sqlite3 sqlite3 index.sqlite3
# example usage: # example usage:
SELECT * FROM snapshot; SELECT * FROM core_snapshot;
UPDATE auth_user SET email = 'someNewEmail@example.com' WHERE username = 'someUsernameHere'; UPDATE auth_user SET email = 'someNewEmail@example.com' WHERE username = 'someUsernameHere';
... ...
``` ```