Getting Column Names with Built-in Helpers in Effect Typescript Library
There's built in helpers for doing stuff like
which with snakecase transforms would generate
sql.insert(MySchema) which applies the field transforms etc under the hood. Is there something similar built in for just getting column names? So I could do which with snakecase transforms would generate
select id, my_field from my_table