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

Add/Expose option to scan a reflect.Value #520

Open
dcu opened this issue Jan 29, 2024 · 0 comments
Open

Add/Expose option to scan a reflect.Value #520

dcu opened this issue Jan 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dcu
Copy link

dcu commented Jan 29, 2024

Proposal

I propose exposing a chai.Row function to scan into a reflect.Value

Motivation

It makes easier to implement ORMs on top of the chai

@dcu dcu added the enhancement New feature or request label Jan 29, 2024
dcu added a commit to dcu/chai that referenced this issue Jan 29, 2024
It receives a reflect.Value as reference and sets the value into it.
This function helps implementing ORMs.

closes chaisql#520
dcu added a commit to dcu/chai that referenced this issue Jan 29, 2024
It receives a reflect.Value as reference and sets the value into it.
This change helps implementing ORMs.

closes chaisql#520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant