Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:01 +08:00
commit 1e99c10c61
8 changed files with 1091 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for database-archival-system skill
- [ ] archival_template.sql: SQL template for creating archive tables in PostgreSQL and MySQL.
- [ ] restore_template.sql: SQL template for restoring archived data from cold storage.
- [ ] config_template.yaml: YAML template for configuring the archival process, including database credentials, retention policies, and cold storage settings.