This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Projects
/
mysqladm-rs
Watch
12
Star
2
Fork
You've already forked mysqladm-rs
0
Code
Issues
36
Pull Requests
Releases
Activity
20e60ca5c7
mysqladm-rs
/
src
/
cli.rs
4 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
Reimplement most of the tool: Most of the tool has been reimplemented, with the exception of the permission editing feature, which is currently half implemented. There are also several TODOs spread around that would benefit from some action
2024-04-21 06:03:25 +02:00
pub
mod
database_command
;
create compatibility layer for mysql-admutils commands
2024-08-05 22:37:23 +02:00
pub
mod
mysql_admutils_compatibility
;
cargo fmt + clippy
2024-08-06 23:48:31 +02:00
pub
mod
user_command
;