Discover Packages
github.com/gopherex/sqld
internal
core
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 31, 2026
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package core provides the high-level collection pipeline that turns a Config
into a fully-resolved IR Catalog, Query list, and Migration list.
Collect parses the configured SQL + migrations into the IR Catalog.
Generate runs each configured plugin against the collected IR and writes
the generated files to disk. Disabled plugins (IsEnabled() == false) are
skipped.
Result is the full output of a collection pass.
Gather runs the full pipeline and returns the catalog, queries, migrations,
source units, and accumulated diagnostics.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.