jsonb

command module
v0.0.0-...-51fb086 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: MIT Imports: 3 Imported by: 0

README

Postgres JSONB in Go

Shows all the various ways JSON can make its way into a JSONB column.

Pre-reqs

  1. Have docker and docker-compose
  2. Have psql installed

One Time Setup (to initialize the DB).

  1. docker-compose up
  2. In another terminal: psql -U postgres -h localhost -f dbScripts/dbInitialization.sql
    • Use postgres as a password.

To Create a User and hit a the database

  1. docker-compose up
  2. go run .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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