Laravel Db Snapshots

screenshot of Laravel Db Snapshots

Quickly dump and load databases

Overview:

This package provides Artisan commands for quickly dumping and loading databases in a Laravel application. It supports MySQL, PostgreSQL, and SQLite databases. It allows users to create, load, list, and delete snapshots of their database easily.

Features:

  • Database Dumping: Quickly create a snapshot of the database.
  • Database Loading: Easily load a previous database dump.
  • Table Selection: Users can choose specific tables to include or exclude from the snapshot.
  • Compression: Option to create compressed snapshots for efficient storage.
  • Additional Options: Ability to pass extra options to the underlying db-dumper.
  • Snapshot Management: Commands to list, delete, and manage database backups efficiently.