package
1.12.1
Repository: https://github.com/contiamo/go-base.git
Documentation: pkg.go.dev

# Functions

NewBaseManager creates a new base manager.
NewIDResolver creates a new name->id resolver for a table, for example var ( CollectionIDResolver = NewIDResolver("collections", "collection_id", "name") TableIDResolver = NewIDResolver("tables", "table_id", "name") ).

# Structs

PageInfo - Contains the pagination metadata for a response.

# Interfaces

BaseManager describes a typical data manager.
IDResolver makes possible to access database records by their IDs or unique values.