mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
6 lines
99 B
Zig
6 lines
99 B
Zig
pub const PostgresSQLQueryResultMode = enum(u2) {
|
|
objects = 0,
|
|
values = 1,
|
|
raw = 2,
|
|
};
|