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
f957bbd9da
mysqladm-rs
/
src
/
core.rs
5 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Rewrite entire codebase to split into client and server
2024-08-10 02:16:38 +02:00
pub
mod
bootstrap
;
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
common
;
Rewrite entire codebase to split into client and server
2024-08-10 02:16:38 +02:00
pub
mod
database_privileges
;
pub
mod
protocol
;