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