bun_sql 0.1.0

A Rust-native programmable browser runtime built on Servo and SpiderMonkey
1
2
3
4
5
6
7
8
pub struct MySQLQueryResult {
    pub result_count: u64,
    pub last_insert_id: u64,
    pub affected_rows: u64,
    pub is_last_result: bool,
}

// ported from: src/sql/mysql/MySQLQueryResult.zig