Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.16 KB

File metadata and controls

48 lines (33 loc) · 1.16 KB

DBOps

DBOps is a Database script toolkit designed to simplify database administration tasks through reusable, organized, and automation-ready SQL and PL/SQL scripts
This project aims to evolve into a multi-database DBA automation platform supporting Oracle, PostgreSQL, and MySQL


Project Goals

  • Organize commonly used DBA scripts
  • Standardize script structure and documentation
  • Enable automation through shell and scheduler integration
  • Prepare for future web-based execution and monitoring
  • Expand to support multiple database systems

Developer Setup

Requirements

Install Project Dependencies

go mod tidy
pnpm install

Run the Project

pnpm dev

Security Notice

Some scripts require elevated privileges.
Always test scripts in non-production environments before executing in production systems.