Skip to content

πŸŽ‰ Initial Release – PostgreSQL CLI Admin Toolkit

Latest
Compare
Choose a tag to compare
@TamerOnLine TamerOnLine released this 15 Jun 23:57
· 3 commits to main since this release

This is the first official release of the PostgreSQL Study Project – a modular and educational CLI toolkit built in Python for managing PostgreSQL databases.

πŸš€ Features Included:

  • βœ… Interactive CLI launcher (main.py)
  • 🧱 SQLAlchemy models (Product, User)
  • 🧩 Modular tools for:
    • Creating and dropping databases
    • Creating or wiping tables
    • Performing backups and restores via pg_dump / psql
    • Viewing table contents
  • πŸ§ͺ Multi-database support (PostgreSQL, MySQL, SQLite)
  • 🌿 .env support via python-dotenv
  • βš™οΈ GitHub Actions CI: test DB connection, backup, restore

Proudly crafted by @TamerOnLine