Categorygithub.com/divander/FST-DWH-Data
modulepackage
1.0.1
Repository: https://github.com/divander/fst-dwh-data.git
Documentation: pkg.go.dev

# README

FST-Dwh-Data

# Functions

NewManager creates a new manager.
NewPostgresRepository creates a new generic postgres repository.
StringToInt remove .00 space and convert string to int.

# Constants

TXCONTEXTKEY Key for transaction in context.
USERCONTEXTKEY Key for username in context.

# Structs

Manager represents the manager to manage the data consistency.
PostgresRepository is the postgres implementation of generic repository.

# Interfaces

GenericRepository represents the generic repository for the domain models that matches with its data models.
Queryer represents the data commands interface.