Categorygithub.com/carlosarismendi/utils
repository
0.0.0-20240603140618-300742090ef9
Repository: https://github.com/carlosarismendi/utils.git
Documentation: pkg.go.dev

# Packages

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

# README

Utils

It's under development.

Description

This project is a set of functionalities such as:

  • A database type to open a connection and manage database migrations easily.
  • A database repository on top of GORM that provides easier transaction management as well as common methods like Save or Find.
  • An event bus type to connnect to a NATS message queue.
  • An utility to load .env files.
  • An HTTP library to run HTTP requests.

Usage