@lxgicstudios/ai-backup-script
v1.0.0
Published
Generate database backup scripts with AI
Maintainers
Readme
ai-backup-script
Generate database backup scripts with AI
Install
npm install -g ai-backup-scriptUsage
npx ai-backup-script "PostgreSQL daily to S3"
npx ai-backup-script "MongoDB hourly to GCS"
npx ai-backup-script "MySQL weekly to local with rotation"Setup
export OPENAI_API_KEY=sk-...