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.

Summary:

The database dumping and loading package for Laravel provides a convenient way to manage database snapshots easily. With features like table selection, compression options, and additional configuration settings, users can efficiently handle database backups in their Laravel applications. The package simplifies the process of creating, loading, listing, and deleting database snapshots, providing a useful tool for Laravel developers.