Git Product home page Git Product logo

Comments (5)

jordan-wright avatar jordan-wright commented on April 28, 2024 4

@jinzhu, would you be willing to show an example of how to make something like the above example work? I'm working on creating an API, and it would be much more succinct to have something like:

{
    "name" : "Test",
    "products" : [ "product1", "product2" ]
}

As opposed to the current way of doing it:

{
    "name" : "Test",
    "products" : [
          {  "value" : "product1"  },
          {  "value" : "product2"  }
}

Any help would be appreciated!

from gorm.

jinzhu avatar jinzhu commented on April 28, 2024

hi gorm doesn't support []string because database dialect that you are using don't know how to store it to database.

So maybe you need to write a Scanner for slice.

from gorm.

xubing avatar xubing commented on April 28, 2024

I meet this issue too.

from gorm.

thedodd avatar thedodd commented on April 28, 2024

Yea, I'm running into this issue as well, and I have seen a bunch of old issues about this as well.
@jinzhu you've mentioned writing a Scanner or a Valuer for this situation. Do you mind expounding on what you are referring to? Maybe a link to an example.

from gorm.

thedodd avatar thedodd commented on April 28, 2024

Ok, I've found the interface definition here: https://golang.org/pkg/database/sql/#Scanner. Hopefully this will do the trick.

from gorm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.