Download the PHP package xenyo/dbtools without Composer
On this page you can find all versions of the php package xenyo/dbtools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xenyo/dbtools
More information about xenyo/dbtools
Files in xenyo/dbtools
Download xenyo/dbtools
More information about xenyo/dbtools
Files in xenyo/dbtools
Vendor xenyo
Package dbtools
Short Description Command line tools for importing and exporting databases for Drupal sites.
License GPL-2.0-or-later
Package dbtools
Short Description Command line tools for importing and exporting databases for Drupal sites.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package dbtools
xenyo/dbtools
Command line tools for importing and exporting databases on Drupal sites.
Features
- DB dumps exclude cache, history and watchdog and sessions tables.
- Option to import and export with compression (gzip).
Installation
Run this command in your project root to install the package:
Commands
All commands must be run from the project root.
Export database
Exports the database to the given file. Defaults to database.sql
.
Import database
Drops existing database and imports the database from the given file. Defaults to database.sql
.
Export database (gzipped)
Exports the database to the given file. Defaults to database.sql.gz
.
Import database (gzipped)
Drops existing database and imports the database from the given file. Defaults to database.sql.gz
.
All versions of dbtools with dependencies
PHP Build Version
Package Version
No informations.
The package xenyo/dbtools contains the following files
Loading the files please wait ....