Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datetypes.Array #8

Closed
exfly opened this issue Sep 26, 2020 · 1 comment
Closed

datetypes.Array #8

exfly opened this issue Sep 26, 2020 · 1 comment
Assignees

Comments

@exfly
Copy link

exfly commented Sep 26, 2020

Describe the feature

Motivation

Related Issues

@alingse
Copy link
Contributor

alingse commented Dec 4, 2022

now, you can use

type User struct {
    Tags  datatypes.JSONType[[]int64]
    Names  datatypes.JSONType[[]string]
}

to support store array data in json format

@jinzhu jinzhu closed this as completed Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants