mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 23:01:58 +00:00
refactor(postgres) improve postgres code base (#20808)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
This commit is contained in:
7
src/sql/postgres/PostgresSQLQueryResultMode.zig
Normal file
7
src/sql/postgres/PostgresSQLQueryResultMode.zig
Normal file
@@ -0,0 +1,7 @@
|
||||
pub const PostgresSQLQueryResultMode = enum(u2) {
|
||||
objects = 0,
|
||||
values = 1,
|
||||
raw = 2,
|
||||
};
|
||||
|
||||
// @sortImports
|
||||
Reference in New Issue
Block a user