Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2026 Changes in this version + var Version = "(untracked)" + type Config struct + AuxMaxIdleConns int + AuxMaxOpenConns int + ConnMaxIdleTime time.Duration + ConnMaxLifetime time.Duration + DBConnect core.DBConnectFunc + DataMaxIdleConns int + DataMaxOpenConns int + DefaultDataDir string + DefaultDev bool + DefaultEncryptionEnv string + DefaultQueryTimeout time.Duration + HideStartBanner bool + type PocketBase struct + RootCmd *cobra.Command + func New() *PocketBase + func NewWithConfig(config Config) *PocketBase + func (pb *PocketBase) Execute() error + func (pb *PocketBase) Start() error