Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2025 Changes in this version + type DevOps interface + ExportTables func(ctx biz.Context, storePath string, tableNames ...string) error + InstallDatabase func(dbClient types.DbClient, dbname ...string) (string, error) + InstallTables func(ctx biz.Context, store embed.FS, force bool, tableNames ...string) error + func PostgresSQL(app string, options ...Option) DevOps + func SQLite3(app string, options ...Option) DevOps + type Option func(impl *devOpsImpl) + func WithDangerConfirm(needConfirm bool) Option + func WithTableOperator(items ...TableOperator) Option + type TableOperator interface + Export func(ctx biz.Context, assetPath string) error + GetName func() string + Init func(ctx biz.Context, fs embed.FS) error + func NewTableOperator(name string) TableOperator