modify scripts

This commit is contained in:
oscarz
2025-07-06 18:56:41 +08:00
parent 02334a8005
commit 0cb367e943
593 changed files with 3417746 additions and 329 deletions

14
sqlite_tools/schema.txt Normal file
View File

@ -0,0 +1,14 @@
# 导出
sqlite3 ~/sharedata/sqlite/shared.db '.schema' > ./sqlite_tools/shared_db_schema.sql
# 导入
sqlite3 ~/sharedata/sqlite/shared.db < ./sqlite_tools/shared_db_schema.sql
# 导出
sqlite3 ~/sharedata/sqlite/scrapy.db '.schema' > ./sqlite_tools/scrapy_db_schema.sql
# 导入
sqlite3 ~/sharedata/sqlite/scrapy.db < ./sqlite_tools/scrapy_db_schema.sql