# Functions
New creates and returns a Vela service for integrating with schedules in the database.
WithClient sets the gorm.io/gorm client in the database engine for Schedules.
WithContext sets the context in the database engine for Schedules.
WithEncryptionKey sets the encryption key in the database engine for Schedules.
WithLogger sets the github.com/sirupsen/logrus logger in the database engine for Schedules.
WithSkipCreation sets the skip creation logic in the database engine for Schedules.
# Constants
CreatePostgresTable represents a query to create the Postgres schedules table.
CreateRepoIDIndex represents a query to create an index on the schedules table for the repo_id column.
CreateSqliteTable represents a query to create the Sqlite schedules table.
# Interfaces
ScheduleInterface represents the Vela interface for schedule functions with the supported Database backends.
# Type aliases
EngineOpt represents a configuration option to initialize the database engine for Schedules.