# Functions
New creates and returns a Vela service for integrating with key sets in the database.
WithClient sets the gorm.io/gorm client in the database engine for key sets.
WithContext sets the context in the database engine for key sets.
WithLogger sets the github.com/sirupsen/logrus logger in the database engine for key sets.
WithSkipCreation sets the skip creation logic in the database engine for key sets.
# Constants
CreatePostgresTable represents a query to create the Postgres jwks table.
CreateSqliteTable represents a query to create the Sqlite jwks table.
# Interfaces
JWKInterface represents the Vela interface for JWK functions with the supported Database backends.
# Type aliases
EngineOpt represents a configuration option to initialize the database engine for key sets.