Postgres-CRUD

command
v0.0.0-...-44619c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2023 License: MIT Imports: 5 Imported by: 0

README

Postgres CRUD

This is an example project that shows the basics of working with the PostgresSQL database in golang. Go provides an abstract datalayer using the database/sql standard library.

Prerequisites

  • Local Postgres instance
  • Valid Golang installation

Getting started

First you need to install the Postgres Go drivers.

go get -u github.com/lib/pq

You can then start the application using go run.

go run postgres.go

Implementation

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL