mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
feat(MYSQL) Bun.SQL mysql support (#21968)
### What does this PR do? Add MySQL support, Refactor will be in a followup PR ### How did you verify your code works? A lot of tests --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
This commit is contained in:
@@ -61,5 +61,5 @@ pub fn readZ(this: StackReader) AnyPostgresError!Data {
|
||||
|
||||
const bun = @import("bun");
|
||||
const AnyPostgresError = @import("../AnyPostgresError.zig").AnyPostgresError;
|
||||
const Data = @import("../Data.zig").Data;
|
||||
const Data = @import("../../shared/Data.zig").Data;
|
||||
const NewReader = @import("./NewReader.zig").NewReader;
|
||||
|
||||
Reference in New Issue
Block a user