3 releases

0.1.3 Oct 26, 2022
0.1.2 Oct 26, 2022
0.1.1 Oct 20, 2022
0.1.0 Oct 20, 2022

#1920 in Database interfaces

27 downloads per month

Custom license

20KB
467 lines

Crates.io

phpmyadmin-cli-rs

You can use phpmyadmin by command line.

Install

cargo install pma-cli

Usage

Export all tables

pma --url http://localhost export-all --db my_db

Export specified tables

pma --url http://localhost export table_1 table_2 --db my_db

Options are as follows

Usage: pma --url <URL> export [OPTIONS] --db <DB> [TABLES]...

Arguments:
  [TABLES]...  Export the specified table names

Options:
  -a, --all-data
          Include all data
  -d, --data <table name>
          Include data in the specified table names
      --data-prefix <table name prefix>
          Include data from a table with conditions matching the specified prefix
  -o, --output <OUTPUT>
          Destination of exported data [default: ./]
  -s, --separate-files
          Separate exported data
  -h, --help
          Print help information

Required:
      --db <DB>  Database name

Dependencies

~10–25MB
~370K SLoC