Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2026 Changes in this version + func DataDir() string + type App struct + Blobs blob.Store + DB *sql.DB + Manifests manifest.Store + Materializations materialization.Store + Replayer *replay.Replayer + Resolver *resolver.Resolver + Resources resource.Store + RunBuilder *run.Builder + Runs run.RunStore + Snapshots snapshot.Store + Tags tag.Store + func Open(dataDir string) (*App, error) + func OpenPostgres(ctx context.Context, pg PostgresConfig, s3 S3Config) (*App, error) + func (a *App) Close() error + type PostgresConfig struct + DSN string + type S3Config struct + AccessKeyID string + Bucket string + Endpoint string + SecretAccessKey string + UseSSL bool