Giter Site home page Giter Site logo

JSON/JSONB Support about sqlboiler HOT 4 CLOSED

volatiletech avatar volatiletech commented on April 28, 2024 1
JSON/JSONB Support

from sqlboiler.

Comments (4)

aarondl avatar aarondl commented on April 28, 2024

Hey there @psykomo. We've identified one issue with working with JSON/B where the compatibility tests don't pass.

There's also some awkwardness since we treat JSON as a string. We're planning to add a new null.Bytes and null.JSON type to our null package so that we have much better support for this, and the null.JSON type will have marshal/unmarshal helpers just to make it nice.

Other than the types being correct, what else were you thinking in terms of support for this data type?

from sqlboiler.

mackross avatar mackross commented on April 28, 2024

A typical use case would be to specify a custom type to be used as the unmarshal target.

from sqlboiler.

aarondl avatar aarondl commented on April 28, 2024

@mackross So, we have a new set of JSON types that are correct now in the dev branch.

In my current line of thinking your use case is not possible, at least not without some custom type abilities which we currently lack.

We now use proper JSON types in the dev branch, and support easy marshal/unmarshal operations via helpers:
https://github.com/vattle/sqlboiler/blob/a86e794b617b1e5566ae9394b62c404107b378a0/boil/types/json.go#L20

This looks like as much functionality we'll get for the meantime until we hear enough asks for a custom type system.

from sqlboiler.

nullbio avatar nullbio commented on April 28, 2024

Hi @mackross and @psykomo -- we've released V2 which includes the JSON types you've requested. See here for release notes: https://github.com/vattle/sqlboiler/releases/tag/v2.0.0

Thanks.

from sqlboiler.

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.