Skip to documentation
SLOP

tiny.sql.HistoryBranchUpstreamConfigOptions

Reference tiny.sql HistoryBranchUpstreamConfigOptions

Defined in sync.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callssyncBranchUpstreamOptions
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/sql/src/sync.zig:90

zig
pub const BranchUpstreamOptions = struct {    io: std.Io = std.Options.debug_io,    path: []const u8 = "tiny.sql.upstreams",    max_bytes: usize = 64 * 1024,};

Source: lib/sql/src/root.zig:111

zig
pub const HistoryBranchUpstreamConfigOptions = sync.BranchUpstreamOptions;

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433