Categorygithub.com/joskeiner/go_and_Postgres
repositorypackage
0.0.0-20240108013824-9828f7e5bf56
Repository: https://github.com/joskeiner/go_and_postgres.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

go_and_Postgres

Postgres with golang using lib/pq and sql/database

paquetes usados

  • github.com/lib/pq para los driver de postgresSQL

  • github.com/joho/godotenv para poder trabajar con el archivo .env

  • github.com/gorilla/mux para manejar router y para obtener los parametros de la misma

Descripcion del proyecyo

este mini proyecto se hizo con la finalidad que aprender a conectar un servidor a una base de datos postgresSQL de una manera diferente