Skip to content

cale-i/building-modern-web-applications-with-go-bookings-project

Repository files navigation

Building Modern Web Applications with Go (Golang)

https://www.udemy.com/course/building-modern-web-applications-with-go/

Bookings and Reservations

This is the repository for my booking and reservations project

Frontend

Misc

Reminder

How to Install

[pgx]

go get github.com/jackc/pgx/v4

(driver.go)

package driver

import (
	"database/sql"
	"time"

	_ "github.com/jackc/pgconn"
	_ "github.com/jackc/pgx/v4"
	_ "github.com/jackc/pgx/v4/stdlib"
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages