Files
muscl/src/core/completion.rs
h7x4 f348e67622
All checks were successful
Build and test / check (push) Successful in 1m35s
Build and test / build (push) Successful in 2m46s
Build and test / test (push) Successful in 3m10s
Build and test / check-license (push) Successful in 6m12s
Build and test / docs (push) Successful in 4m39s
Add dynamic completion for users and databases
2025-12-01 17:26:17 +09:00

6 lines
127 B
Rust

mod mysql_database_completer;
mod mysql_user_completer;
pub use mysql_database_completer::*;
pub use mysql_user_completer::*;