Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/tokio_sky
/ MysqlBatcher
Class
MysqlBatcher
examples/batch_insert_mysql.rs:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
117
struct MysqlBatcher {
118
pool: Pool
119
}
120
121
impl MysqlBatcher {
122
pub fn new(pool: Pool) -> MysqlBatcher {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected