georgysavva / scany

Library for scanning data from a database into Go structs and more
MIT License
1.31k stars 68 forks source link

Roadmap: named parameters #118

Closed jsumners closed 10 months ago

jsumners commented 1 year ago

For what it's worth, I started in on a library that does this (before I found the wiki here and saw it is on your todo list) at https://github.com/jsumners/go-namedlist . It mostly works, but definitely needs polishing.

georgysavva commented 1 year ago

Hi @jsumners, yes, this feature is on the roadmap, and there has even been an attempt to implement it by a contributor. I decided to postpone it for now for the sake of interface simplicity. If you feel like it, you can go ahead with maturing your library. It might be an excellent separate addition to what scany offers.