myfind / db-backup
基于thinkphp-orm的数据库备份、还原库
v1.0.4
2024-05-11 10:06 UTC
Requires
- php: >=7.1.0
- topthink/think-orm: ^3.0
README
基于thinkphp-orm的数据库备份、还原库
效果图:
数据表查询结果格式
(
[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