package
6.1.1
Repository: https://github.com/gobuffalo/pop.git
Documentation: pkg.go.dev

# README

github.com/gobuffalo/pop/v6/slices

This package provides support for datatypes like JSONB in postgres

Installation

go get github.com/gobuffalo/pop/v6/slices

Supported Datatypes

  • slices.Map
  • slices.Int
  • slices.Float
  • slices.String
  • slices.UUID

# Type aliases

Float is a slice of float64.
Int is a slice of int.
Map is a map[string]interface.
String is a slice of strings.
UUID is a slice of UUIDs.