# Packages
No description provided by the author
Package cleanup provides functionality for executing cleanup functions.
Package colorz provides supplemental color functionality.
Package debugz contains functionality for debugging.
Package diffdoc provides core diff functionality, with a focus on streaming and concurrency.
Package errz is sq's error package.
Package execz builds on stdlib os/exec.
Package ioz contains supplemental io functionality.
Package jointype enumerates the various SQL JOIN types.
Package kind encapsulates the notion of data "kind": that is, it is an abstraction over data types across implementations.
Package langz contains miscellaneous functionality supplemental to core golang stuff like slices and channels.
Package lg contains utility functions for working with slog.
Package oncecache contains a strongly-typed, concurrency-safe, context-aware, dependency-free, in-memory, on-demand object [Cache], focused on write-once, read-often ergonomics.
Package options implements config options.
Package progress contains progress bar widget functionality.
Package record holds the record.Record type, which is the core type for holding query results.
Package retry implements retry functionality.
Package runtimez provides functionality supplemental to stdlib's runtime pkg.
Package schema provides functionality for modeling SQL constructs.
No description provided by the author
Package sqlz contains core types such as Kind and Record.
Package stringz contains string functions similar in spirit to the stdlib strings package.
Package tablefq is a tiny package that holds the tablefq.T type, which is a fully-qualified SQL table name.
Package tailbuf contains a tail buffer [Buf] of fixed size that provides a window on the tail of the items written via [Buf.Write].
Package termz contains a handful of terminal utilities.
Package timez contains time functionality.
Package tuning contains tuning options.
No description provided by the author
Package urlz contains URL utility functionality.