package
0.0.0-20241230153215-30fbc8ec2936
Repository: https://github.com/glass-cms/glasscms.git
Documentation: pkg.go.dev
# Functions
MigrateDatabase migrates the database to the latest version.
NewConnection creates a new database connection using the provided configuration.
NewErrorHandler creates a new ErrorHandler based on the provided configuration.
No description provided by the author
NewDB creates a new in-memory SQLite database with the necessary schema for testing purposes.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
ErrDuplicatePrimaryKey is returned when an insert operation fails because the primary key already exists.
ErrNotFound is an error that occurs when a statement does not return any rows.
ErrOperationFailed is a fallback error for when an operation fails.
ErrUniqueConstraint is an error that occurs when a unique constraint is violated.
# Structs
Config represents the configuration for a database connection.
No description provided by the author
No description provided by the author
# Interfaces
ErrorHandler is an interface for handling database errors.
# Type aliases
No description provided by the author