package
0.26.4
Repository: https://github.com/go-vela/server.git
Documentation: pkg.go.dev

# Functions

New creates and returns a Vela service for integrating with pipelines in the database.
WithClient sets the gorm.io/gorm client in the database engine for Pipelines.
WithCompressionLevel sets the compression level in the database engine for Pipelines.
WithContext sets the context in the database engine for Pipelines.
WithEncryptionKey sets the encryption key in the database engine for Pipelines.
WithLogger sets the github.com/sirupsen/logrus logger in the database engine for Pipelines.
WithSkipCreation sets the skip creation logic in the database engine for Pipelines.

# Constants

CreatePostgresTable represents a query to create the Postgres pipelines table.
CreateRepoIDIndex represents a query to create an index on the pipelines table for the repo_id column.
CreateSqliteTable represents a query to create the Sqlite pipelines table.

# Interfaces

PipelineInterface represents the Vela interface for pipeline functions with the supported Database backends.

# Type aliases

EngineOpt represents a configuration option to initialize the database engine for Pipelines.