Skip to main content

Module sql_buffer

Module sql_buffer 

Source
Expand description

SQL 构造缓冲区抽象

perf-smallstring feature 启用时,使用 CompactString 作为内部缓冲区, 短字符串(≤ 23 字节)内联存储,减少堆分配。 当 feature 关闭时,退化为 String,零额外开销。

Structs§

SqlBuffer
SQL 构造缓冲区