tpcms/db-backup

基于thinkphp-orm的数据库备份、还原库

1.0 2020-07-02 03:19 UTC

This package is auto-updated.

Last update: 2024-04-29 04:07:22 UTC


README

基于thinkphp-orm的数据库备份、还原库

官网

http://www.tpcms.org

效果图:

数据表列表 备份文件列表

数据表查询结果格式

    
  (
        [name] => tpcms_admin
        [engine] => InnoDB
        [version] => 10
        [row_format] => Dynamic
        [rows] => 2
        [avg_row_length] => 8192
        [data_length] => 16384
        [max_data_length] => 0
        [index_length] => 16384
        [data_free] => 0
        [auto_increment] => 8
        [create_time] => 2020-03-08 19:20:18
        [update_time] => 2020-03-16 18:33:39
        [check_time] => 
        [collation] => utf8mb4_general_ci
        [checksum] => 
        [create_options] => row_format=DYNAMIC
        [comment] => 
    )


开源许可证

MIT