package
4.11.6+incompatible
Repository: https://github.com/builtinx/pop.git
Documentation: pkg.go.dev

# README

github.com/gobuffalo/pop/slices

This package provides support for datatypes like JSONB in postgres

Installation

$ go get github.com/gobuffalo/pop/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.