#mysql #cli #phpmyadmin

bin+lib pma-cli

用 Rust 编写的 phpmyadmin 命令行工具

3 个版本

0.1.3 2022 年 10 月 26 日
0.1.2 2022 年 10 月 26 日
0.1.1 2022 年 10 月 20 日
0.1.0 2022 年 10 月 20 日

2182数据库接口

自定义许可证

20KB
467

Crates.io

phpmyadmin-cli-rs

您可以通过命令行使用 phpmyadmin。

安装

cargo install pma-cli

用法

导出所有表

pma --url https://127.0.0.1 export-all --db my_db

导出指定表

pma --url https://127.0.0.1 export table_1 table_2 --db my_db

选项如下

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

依赖项

~9–22MB
~341K SLoC