github.com/solongordon/pop@v4.10.0+incompatible/slices/README.md (about)

     1  # github.com/gobuffalo/pop/slices
     2  
     3  This package provides support for datatypes like `JSONB` in postgres
     4  
     5  ## Installation
     6  
     7  ``` bash
     8  $ go get github.com/gobuffalo/pop/slices
     9  ```
    10  
    11  ## Supported Datatypes
    12  
    13  * `slices.Map` 
    14  * `slices.Int` 
    15  * `slices.Float` 
    16  * `slices.String`
    17  * `slices.UUID`