package
1.0.6
Repository: https://github.com/driver005/database.git
Documentation: pkg.go.dev

# Functions

NewRepositories returns a new base repositories that implements TransactionRepositories.

# Variables

ErrNotFound is a convenience reference for the actual GORM error.

# Structs

No description provided by the author

# Interfaces

Repository is a generic DB handler that cares about default error handling.
TransactionRepository extends Repository with modifier functions that accept a transaction.