π Introducing my new PHP CLI Utility for Database Management
After a long week of coding, Iβm excited to share something Iβve been updating: a standalone CLI tool that makes database management tasks faster and framework-agnostic.
π Repo: https://github.com/tamedevelopers/database
πΉ What it does
This CLI gives you powerful database operations out of the box, without any application setup or framework conflicts.
Create Database Schema - Migrations
Converts .sql file into a migration database schema. Works with default DB packages or Laravel schema (using flags --type=laravel)
Export Database
Dump your entire database into a .sql file. Optionally compress the file into .zip or .rar for easy backups and sharing.
Import Database
Seamlessly restore a database from a .sql file into your target environment.
πΉ Why itβs different
β
Zero framework collision β runs independently, doesnβt interfere with Laravel or any PHP framework.
β
Standalone β no setup required, plug and play.
β
Lightweight β only focuses on whatβs needed most for DB handling.
πΉ Use Cases
Entire DB ORM - For Vanilla PHP by default
Quick schema setup in a new environment.
Exporting & compressing databases for backups.
Importing .sql files without opening a GUI or phpMyAdmin.
Top comments (0)