zio-sql icon indicating copy to clipboard operation
zio-sql copied to clipboard

support `select *`

Open sviezypan opened this issue 4 years ago • 1 comments

Currently if we want to select all columns of the table, we need to explicitly write them like this:

select(name ++ age).from(persons)

It would be nice to support something like : selectAllFrom(persons)

Those 2 queries would need to yield the same type.

sviezypan avatar Feb 14 '22 20:02 sviezypan

I'd like to work on this issue.

petoalbert avatar May 26 '22 22:05 petoalbert