mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +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/ConnectionFlags.zig
Normal file
7
src/sql/postgres/ConnectionFlags.zig
Normal file
@@ -0,0 +1,7 @@
|
||||
pub const ConnectionFlags = packed struct {
|
||||
is_ready_for_query: bool = false,
|
||||
is_processing_data: bool = false,
|
||||
use_unnamed_prepared_statements: bool = false,
|
||||
};
|
||||
|
||||
// @sortImports
|
||||
Reference in New Issue
Block a user